#5DCEEA

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

Shades of Turquoise Blue #5DCEEA

Tints of Turquoise Blue #5DCEEA

Color information

#5DCEEA (or 0x5DCEEA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, CE and EA. RGB value is (93,206,234). Sum of RGB (Red+Green+Blue) = 93+206+234=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #5DCEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCEEA is #A23115. Grayscale: #AFAFAF. Windows color (decimal): -10629398 or 15388253. OLE color: 15388253.

HSL color Cylindrical-coordinate representation of color #5DCEEA: hue angle of 191.91º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DCEEA is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB93206234-
CMYK0.600.1200.08
HSL191.91º77.05%64.12%-
HSV(B)191.91º60.26%91.76%-
XYZ41.4452.4185.77-
YUV175.4161.0669.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.45%
GREEN value IS 206 (80.86% from 255) = 38.65%
BLUE value IS 234 (91.80% from 255) = 43.90%
R=17.45%
G=38.65%
B=43.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal932062340.600.1200.08191.9177.0564.12
Hex5DCEEA3CC08c04d40
Octal1353163527414010300115100
Binary101110111001110111010101111001100010001100000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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