Shades of Turquoise Blue #5CCAE0
Tints of Turquoise Blue #5CCAE0
RGB
CMYK
RGB Variations
Color information
#5CCAE0 (or 0x5CCAE0) is known color: Turquoise Blue. HEX triplet: 5C, CA and E0. RGB value is (92,202,224). Sum of RGB (Red+Green+Blue) = 92+202+224=518 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.76% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #5CCAE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCAE0 is #A3351F. Grayscale: #ABABAB. Windows color (decimal): -10695968 or 14731868. OLE color: 14731868.
HSL color Cylindrical-coordinate representation of color #5CCAE0: hue angle of 190º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CCAE0 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 202 | 224 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.12 |
| HSL | 190º | 0.68% | 0.62% | - |
| HSV(B) | 190º | 0.59% | 0.88% | - |
| XYZ | 38.99 | 49.9 | 78.1 | - |
| YUV | 171.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 224 | 0.59 | 0.10 | 0 | 0.12 | 190 | 0.68 | 0.62 |
| Hex | 5C | CA | E0 | 3B | A | 0 | C | BE | 44 | 3E |
| Octal | 134 | 312 | 340 | 73 | 12 | 0 | 14 | 276 | 104 | 76 |
| Binary | 1011100 | 11001010 | 11100000 | 111011 | 1010 | 0 | 1100 | 10111110 | 1000100 | 111110 |
Color Harmonies of #5CCAE0
Complementary color
Monochromatic Colors of #5CCAE0
Black with #5CCAE0
Text Example
Text Example
White with #5CCAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAE0; }
p { color: rgb(92,202,224); }
H1.HeaderClassName
{
color: #5CCAE0;
}
.AnyTagClassName
{
color: #5CCAE0;
}
</style>
background-color css
<style>
a { background-color: #5CCAE0; }
a { background-color: rgb(92,202,224); }
div.DivClassName
{
background-color: #5CCAE0;
}
.BgClassName
{
background-color: #5CCAE0;
}
</style>
border-color css
<style>
span { border-color: #5CCAE0; }
span { border-color: rgb(92,202,224); }
td.TdClassName
{
border-color: #5CCAE0;
}
.TagClassName
{
border-color: #5CCAE0;
}
</style>