Shades of Turquoise Blue #5CCCDD
Tints of Turquoise Blue #5CCCDD
RGB
CMYK
RGB Variations
Color information
#5CCCDD (or 0x5CCCDD) is known color: Turquoise Blue. HEX triplet: 5C, CC and DD. RGB value is (92,204,221). Sum of RGB (Red+Green+Blue) = 92+204+221=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CCCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCDD is #A33322. Grayscale: #ACACAC. Windows color (decimal): -10695459 or 14535772. OLE color: 14535772.
HSL color Cylindrical-coordinate representation of color #5CCCDD: hue angle of 187.91º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCCDD is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 204 | 221 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.13 |
| HSL | 187.91º | 0.65% | 0.61% | - |
| HSV(B) | 187.91º | 0.58% | 0.87% | - |
| XYZ | 39.06 | 50.68 | 76.13 | - |
| YUV | 172.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 221 | 0.58 | 0.08 | 0 | 0.13 | 187.91 | 0.65 | 0.61 |
| Hex | 5C | CC | DD | 3A | 8 | 0 | D | BC | 41 | 3D |
| Octal | 134 | 314 | 335 | 72 | 10 | 0 | 15 | 274 | 101 | 75 |
| Binary | 1011100 | 11001100 | 11011101 | 111010 | 1000 | 0 | 1101 | 10111100 | 1000001 | 111101 |
Color Harmonies of #5CCCDD
Complementary color
Monochromatic Colors of #5CCCDD
Black with #5CCCDD
Text Example
Text Example
White with #5CCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCDD; }
p { color: rgb(92,204,221); }
H1.HeaderClassName
{
color: #5CCCDD;
}
.AnyTagClassName
{
color: #5CCCDD;
}
</style>
background-color css
<style>
a { background-color: #5CCCDD; }
a { background-color: rgb(92,204,221); }
div.DivClassName
{
background-color: #5CCCDD;
}
.BgClassName
{
background-color: #5CCCDD;
}
</style>
border-color css
<style>
span { border-color: #5CCCDD; }
span { border-color: rgb(92,204,221); }
td.TdClassName
{
border-color: #5CCCDD;
}
.TagClassName
{
border-color: #5CCCDD;
}
</style>