#5CCAE5

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

Shades of Turquoise Blue #5CCAE5

Tints of Turquoise Blue #5CCAE5

Color information

#5CCAE5 (or 0x5CCAE5) is unknown color: approx Turquoise Blue. HEX triplet: 5C, CA and E5. RGB value is (92,202,229). Sum of RGB (Red+Green+Blue) = 92+202+229=523 (69% of max value = 765). Red value is 92 (36.33% from 255 or 17.59% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 229 - color contains mainly: blue. Hex color #5CCAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAE5 is #A3351A. Grayscale: #ABABAB. Windows color (decimal): -10695963 or 15059548. OLE color: 15059548.

HSL color Cylindrical-coordinate representation of color #5CCAE5: hue angle of 191.82º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CCAE5 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB92202229-
CMYK0.600.1200.10
HSL191.82º72.49%62.94%-
HSV(B)191.82º59.83%89.8%-
XYZ39.6850.1781.72-
YUV172.19160.0670.8-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.59%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 229 (89.84% from 255) = 43.79%
R=17.59%
G=38.62%
B=43.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal922022290.600.1200.10191.8272.4962.94
Hex5CCAE53CC0Ac0483f
Octal134312345741401230011077
Binary10111001100101011100101111100110001010110000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CCAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,202,229); }

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

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

 a { background-color: rgb(92,202,229); }

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

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

 span { border-color: rgb(92,202,229); }

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