Shades of Turquoise Blue #5CCDD9
Tints of Turquoise Blue #5CCDD9
RGB
CMYK
RGB Variations
Color information
#5CCDD9 (or 0x5CCDD9) is known color: Turquoise Blue. HEX triplet: 5C, CD and D9. RGB value is (92,205,217). Sum of RGB (Red+Green+Blue) = 92+205+217=514 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.90% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #5CCDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCDD9 is #A33226. Grayscale: #ACACAC. Windows color (decimal): -10695207 or 14273884. OLE color: 14273884.
HSL color Cylindrical-coordinate representation of color #5CCDD9: hue angle of 185.76º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCDD9 is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 205 | 217 | - |
| CMYK | 0.58 | 0.06 | 0 | 0.15 |
| HSL | 185.76º | 0.62% | 0.61% | - |
| HSV(B) | 185.76º | 0.58% | 0.85% | - |
| XYZ | 38.77 | 50.95 | 73.44 | - |
| YUV | 172.58 | 153.06 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 217 | 0.58 | 0.06 | 0 | 0.15 | 185.76 | 0.62 | 0.61 |
| Hex | 5C | CD | D9 | 3A | 6 | 0 | F | BA | 3E | 3D |
| Octal | 134 | 315 | 331 | 72 | 6 | 0 | 17 | 272 | 76 | 75 |
| Binary | 1011100 | 11001101 | 11011001 | 111010 | 110 | 0 | 1111 | 10111010 | 111110 | 111101 |
Color Harmonies of #5CCDD9
Complementary color
Monochromatic Colors of #5CCDD9
Black with #5CCDD9
Text Example
Text Example
White with #5CCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDD9; }
p { color: rgb(92,205,217); }
H1.HeaderClassName
{
color: #5CCDD9;
}
.AnyTagClassName
{
color: #5CCDD9;
}
</style>
background-color css
<style>
a { background-color: #5CCDD9; }
a { background-color: rgb(92,205,217); }
div.DivClassName
{
background-color: #5CCDD9;
}
.BgClassName
{
background-color: #5CCDD9;
}
</style>
border-color css
<style>
span { border-color: #5CCDD9; }
span { border-color: rgb(92,205,217); }
td.TdClassName
{
border-color: #5CCDD9;
}
.TagClassName
{
border-color: #5CCDD9;
}
</style>