#5CD8FA

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

Shades of Turquoise Blue #5CD8FA

Tints of Turquoise Blue #5CD8FA

Color information

#5CD8FA (or 0x5CD8FA) is unknown color: approx Turquoise Blue. HEX triplet: 5C, D8 and FA. RGB value is (92,216,250). Sum of RGB (Red+Green+Blue) = 92+216+250=558 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.49% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #5CD8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CD8FA is #A32705. Grayscale: #B6B6B6. Windows color (decimal): -10692358 or 16439388. OLE color: 16439388.

HSL color Cylindrical-coordinate representation of color #5CD8FA: hue angle of 192.91º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CD8FA is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB92216250-
CMYK0.630.1400.02
HSL192.91º94.05%67.06%-
HSV(B)192.91º63.2%98.04%-
XYZ46.2258.2999.26-
YUV182.8165.9263.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.49%
GREEN value IS 216 (84.77% from 255) = 38.71%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=16.49%
G=38.71%
B=44.80%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922162500.630.1400.02192.9194.0567.06
Hex5CD8FA3FE02c15e43
Octal134330372771602301136103
Binary1011100110110001111101011111111100101100000110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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