Shades of Turquoise Blue #5CCCEC
Tints of Turquoise Blue #5CCCEC
RGB
CMYK
RGB Variations
Color information
#5CCCEC (or 0x5CCCEC) is known color: Turquoise Blue. HEX triplet: 5C, CC and EC. RGB value is (92,204,236). Sum of RGB (Red+Green+Blue) = 92+204+236=532 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.29% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CCCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCCEC is #A33313. Grayscale: #ADADAD. Windows color (decimal): -10695444 or 15518812. OLE color: 15518812.
HSL color Cylindrical-coordinate representation of color #5CCCEC: hue angle of 193.33º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CCCEC is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 204 | 236 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.07 |
| HSL | 193.33º | 0.79% | 0.64% | - |
| HSV(B) | 193.33º | 0.61% | 0.93% | - |
| XYZ | 41.15 | 51.52 | 87.13 | - |
| YUV | 174.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 236 | 0.61 | 0.14 | 0 | 0.07 | 193.33 | 0.79 | 0.64 |
| Hex | 5C | CC | EC | 3D | E | 0 | 7 | C1 | 4F | 40 |
| Octal | 134 | 314 | 354 | 75 | 16 | 0 | 7 | 301 | 117 | 100 |
| Binary | 1011100 | 11001100 | 11101100 | 111101 | 1110 | 0 | 111 | 11000001 | 1001111 | 1000000 |
Color Harmonies of #5CCCEC
Complementary color
Monochromatic Colors of #5CCCEC
Black with #5CCCEC
Text Example
Text Example
White with #5CCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCEC; }
p { color: rgb(92,204,236); }
H1.HeaderClassName
{
color: #5CCCEC;
}
.AnyTagClassName
{
color: #5CCCEC;
}
</style>
background-color css
<style>
a { background-color: #5CCCEC; }
a { background-color: rgb(92,204,236); }
div.DivClassName
{
background-color: #5CCCEC;
}
.BgClassName
{
background-color: #5CCCEC;
}
</style>
border-color css
<style>
span { border-color: #5CCCEC; }
span { border-color: rgb(92,204,236); }
td.TdClassName
{
border-color: #5CCCEC;
}
.TagClassName
{
border-color: #5CCCEC;
}
</style>