Shades of Turquoise Blue #5FCDDB
Tints of Turquoise Blue #5FCDDB
RGB
CMYK
RGB Variations
Color information
#5FCDDB (or 0x5FCDDB) is known color: Turquoise Blue. HEX triplet: 5F, CD and DB. RGB value is (95,205,219). Sum of RGB (Red+Green+Blue) = 95+205+219=519 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.30% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #5FCDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCDDB is #A03224. Grayscale: #ADADAD. Windows color (decimal): -10498597 or 14404959. OLE color: 14404959.
HSL color Cylindrical-coordinate representation of color #5FCDDB: hue angle of 186.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FCDDB is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 205 | 219 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.14 |
| HSL | 186.77º | 0.63% | 0.62% | - |
| HSV(B) | 186.77º | 0.57% | 0.86% | - |
| XYZ | 39.34 | 51.21 | 74.83 | - |
| YUV | 173.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 219 | 0.57 | 0.06 | 0 | 0.14 | 186.77 | 0.63 | 0.62 |
| Hex | 5F | CD | DB | 39 | 6 | 0 | E | BB | 3F | 3E |
| Octal | 137 | 315 | 333 | 71 | 6 | 0 | 16 | 273 | 77 | 76 |
| Binary | 1011111 | 11001101 | 11011011 | 111001 | 110 | 0 | 1110 | 10111011 | 111111 | 111110 |
Color Harmonies of #5FCDDB
Complementary color
Monochromatic Colors of #5FCDDB
Black with #5FCDDB
Text Example
Text Example
White with #5FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDDB; }
p { color: rgb(95,205,219); }
H1.HeaderClassName
{
color: #5FCDDB;
}
.AnyTagClassName
{
color: #5FCDDB;
}
</style>
background-color css
<style>
a { background-color: #5FCDDB; }
a { background-color: rgb(95,205,219); }
div.DivClassName
{
background-color: #5FCDDB;
}
.BgClassName
{
background-color: #5FCDDB;
}
</style>
border-color css
<style>
span { border-color: #5FCDDB; }
span { border-color: rgb(95,205,219); }
td.TdClassName
{
border-color: #5FCDDB;
}
.TagClassName
{
border-color: #5FCDDB;
}
</style>