#5DEAF0

Color #5DEAF0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #5DEAF0

Tints of Turquoise Blue #5DEAF0

Color information

#5DEAF0 (or 0x5DEAF0) is unknown color: approx Turquoise Blue. HEX triplet: 5D, EA and F0. RGB value is (93,234,240). Sum of RGB (Red+Green+Blue) = 93+234+240=567 (75% of max value = 765). Red value is 93 (36.72% from 255 or 16.40% from 567); Green value is 234 (91.80% from 255 or 41.27% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #5DEAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DEAF0 is #A2150F. Grayscale: #C0C0C0. Windows color (decimal): -10622224 or 15788637. OLE color: 15788637.

HSL color Cylindrical-coordinate representation of color #5DEAF0: hue angle of 182.45º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DEAF0 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB93234240-
CMYK0.610.0200.06
HSL182.45º83.05%65.29%-
HSV(B)182.45º61.25%94.12%-
XYZ49.6767.4692.84-
YUV192.52154.7957.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 16.40%
GREEN value IS 234 (91.80% from 255) = 41.27%
BLUE value IS 240 (94.14% from 255) = 42.33%
R=16.40%
G=41.27%
B=42.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal932342400.610.0200.06182.4583.0565.29
Hex5DEAF03D206b65341
Octal13535236075206266123101
Binary101110111101010111100001111011001101011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DEAF0; }

 p { color: rgb(93,234,240); }

 H1.HeaderClassName
 {
   color: #5DEAF0;
 }
 .AnyTagClassName
 {
   color: #5DEAF0;
 }
</style>
background-color css

<style>
 a { background-color: #5DEAF0; }

 a { background-color: rgb(93,234,240); }

 div.DivClassName
 {
   background-color: #5DEAF0;
 }
 .BgClassName
 {
   background-color: #5DEAF0;
 }
</style>
border-color css

<style>
 span { border-color: #5DEAF0; }

 span { border-color: rgb(93,234,240); }

 td.TdClassName
 {
   border-color: #5DEAF0;
 }
 .TagClassName
 {
   border-color: #5DEAF0;
 }
</style>