Shades of Turquoise Blue #5FCCDA
Tints of Turquoise Blue #5FCCDA
RGB
CMYK
RGB Variations
Color information
#5FCCDA (or 0x5FCCDA) is known color: Turquoise Blue. HEX triplet: 5F, CC and DA. RGB value is (95,204,218). Sum of RGB (Red+Green+Blue) = 95+204+218=517 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.38% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #5FCCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCCDA is #A03325. Grayscale: #ACACAC. Windows color (decimal): -10498854 or 14339167. OLE color: 14339167.
HSL color Cylindrical-coordinate representation of color #5FCCDA: hue angle of 186.83º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FCCDA is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 204 | 218 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.15 |
| HSL | 186.83º | 0.62% | 0.61% | - |
| HSV(B) | 186.83º | 0.56% | 0.85% | - |
| XYZ | 38.97 | 50.68 | 74.06 | - |
| YUV | 173.01 | 153.39 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 204 | 218 | 0.56 | 0.06 | 0 | 0.15 | 186.83 | 0.62 | 0.61 |
| Hex | 5F | CC | DA | 38 | 6 | 0 | F | BB | 3E | 3D |
| Octal | 137 | 314 | 332 | 70 | 6 | 0 | 17 | 273 | 76 | 75 |
| Binary | 1011111 | 11001100 | 11011010 | 111000 | 110 | 0 | 1111 | 10111011 | 111110 | 111101 |
Color Harmonies of #5FCCDA
Complementary color
Monochromatic Colors of #5FCCDA
Black with #5FCCDA
Text Example
Text Example
White with #5FCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCCDA; }
p { color: rgb(95,204,218); }
H1.HeaderClassName
{
color: #5FCCDA;
}
.AnyTagClassName
{
color: #5FCCDA;
}
</style>
background-color css
<style>
a { background-color: #5FCCDA; }
a { background-color: rgb(95,204,218); }
div.DivClassName
{
background-color: #5FCCDA;
}
.BgClassName
{
background-color: #5FCCDA;
}
</style>
border-color css
<style>
span { border-color: #5FCCDA; }
span { border-color: rgb(95,204,218); }
td.TdClassName
{
border-color: #5FCCDA;
}
.TagClassName
{
border-color: #5FCCDA;
}
</style>