#5cd8ef

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

Shades of Turquoise Blue #5CD8EF

Tints of Turquoise Blue #5CD8EF

Color information

#5CD8EF (or 0x5CD8EF) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D8 and EF. RGB value is (92,216,239). Sum of RGB (Red+Green+Blue) = 92+216+239=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #5CD8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD8EF is #A32710. Grayscale: #B5B5B5. Windows color (decimal): -10692369 or 15718492. OLE color: 15718492.

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

Color convert

RGB92216239-
CMYK0.620.1000.06
HSL189.39º82.12%64.9%-
HSV(B)189.39º61.51%93.73%-
XYZ44.5557.6290.43-
YUV181.55160.4264.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.82%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=16.82%
G=39.49%
B=43.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal922162390.620.1000.06189.3982.1264.9
Hex5CD8EF3EA06bd5241
Octal134330357761206275122101
Binary10111001101100011101111111110101001101011110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5cd8ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,216,239); }

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

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

 a { background-color: rgb(92,216,239); }

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

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

 span { border-color: rgb(92,216,239); }

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