Shades of Turquoise Blue #5CCCE0
Tints of Turquoise Blue #5CCCE0
RGB
CMYK
RGB Variations
Color information
#5CCCE0 (or 0x5CCCE0) is known color: Turquoise Blue. HEX triplet: 5C, CC and E0. RGB value is (92,204,224). Sum of RGB (Red+Green+Blue) = 92+204+224=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #5CCCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCE0 is #A3331F. Grayscale: #ACACAC. Windows color (decimal): -10695456 or 14732380. OLE color: 14732380.
HSL color Cylindrical-coordinate representation of color #5CCCE0: hue angle of 189.09º 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 #5CCCE0 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 204 | 224 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.12 |
| HSL | 189.09º | 0.68% | 0.62% | - |
| HSV(B) | 189.09º | 0.59% | 0.88% | - |
| XYZ | 39.46 | 50.84 | 78.25 | - |
| YUV | 172.79 | 156.89 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 224 | 0.59 | 0.09 | 0 | 0.12 | 189.09 | 0.68 | 0.62 |
| Hex | 5C | CC | E0 | 3B | 9 | 0 | C | BD | 44 | 3E |
| Octal | 134 | 314 | 340 | 73 | 11 | 0 | 14 | 275 | 104 | 76 |
| Binary | 1011100 | 11001100 | 11100000 | 111011 | 1001 | 0 | 1100 | 10111101 | 1000100 | 111110 |
Color Harmonies of #5CCCE0
Complementary color
Monochromatic Colors of #5CCCE0
Black with #5CCCE0
Text Example
Text Example
White with #5CCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCE0; }
p { color: rgb(92,204,224); }
H1.HeaderClassName
{
color: #5CCCE0;
}
.AnyTagClassName
{
color: #5CCCE0;
}
</style>
background-color css
<style>
a { background-color: #5CCCE0; }
a { background-color: rgb(92,204,224); }
div.DivClassName
{
background-color: #5CCCE0;
}
.BgClassName
{
background-color: #5CCCE0;
}
</style>
border-color css
<style>
span { border-color: #5CCCE0; }
span { border-color: rgb(92,204,224); }
td.TdClassName
{
border-color: #5CCCE0;
}
.TagClassName
{
border-color: #5CCCE0;
}
</style>