Shades of Turquoise Blue #5FDADD
Tints of Turquoise Blue #5FDADD
RGB
CMYK
RGB Variations
Color information
#5FDADD (or 0x5FDADD) is known color: Turquoise Blue. HEX triplet: 5F, DA and DD. RGB value is (95,218,221). Sum of RGB (Red+Green+Blue) = 95+218+221=534 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.79% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #5FDADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDADD is #A02522. Grayscale: #B5B5B5. Windows color (decimal): -10495267 or 14539359. OLE color: 14539359.
HSL color Cylindrical-coordinate representation of color #5FDADD: hue angle of 181.43º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDADD is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 218 | 221 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.13 |
| HSL | 181.43º | 0.65% | 0.62% | - |
| HSV(B) | 181.43º | 0.57% | 0.87% | - |
| XYZ | 42.84 | 57.8 | 77.3 | - |
| YUV | 181.57 | 150.25 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 221 | 0.57 | 0.01 | 0 | 0.13 | 181.43 | 0.65 | 0.62 |
| Hex | 5F | DA | DD | 39 | 1 | 0 | D | B5 | 41 | 3E |
| Octal | 137 | 332 | 335 | 71 | 1 | 0 | 15 | 265 | 101 | 76 |
| Binary | 1011111 | 11011010 | 11011101 | 111001 | 1 | 0 | 1101 | 10110101 | 1000001 | 111110 |
Color Harmonies of #5FDADD
Complementary color
Monochromatic Colors of #5FDADD
Black with #5FDADD
Text Example
Text Example
White with #5FDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDADD; }
p { color: rgb(95,218,221); }
H1.HeaderClassName
{
color: #5FDADD;
}
.AnyTagClassName
{
color: #5FDADD;
}
</style>
background-color css
<style>
a { background-color: #5FDADD; }
a { background-color: rgb(95,218,221); }
div.DivClassName
{
background-color: #5FDADD;
}
.BgClassName
{
background-color: #5FDADD;
}
</style>
border-color css
<style>
span { border-color: #5FDADD; }
span { border-color: rgb(95,218,221); }
td.TdClassName
{
border-color: #5FDADD;
}
.TagClassName
{
border-color: #5FDADD;
}
</style>