Shades of Turquoise Blue #5FDADC
Tints of Turquoise Blue #5FDADC
RGB
CMYK
RGB Variations
Color information
#5FDADC (or 0x5FDADC) is known color: Turquoise Blue. HEX triplet: 5F, DA and DC. RGB value is (95,218,220). Sum of RGB (Red+Green+Blue) = 95+218+220=533 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.82% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #5FDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FDADC is #A02523. Grayscale: #B5B5B5. Windows color (decimal): -10495268 or 14473823. OLE color: 14473823.
HSL color Cylindrical-coordinate representation of color #5FDADC: hue angle of 180.96º degrees, saturation: 0.64, 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 #5FDADC is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 218 | 220 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.14 |
| HSL | 180.96º | 0.64% | 0.62% | - |
| HSV(B) | 180.96º | 0.57% | 0.86% | - |
| XYZ | 42.71 | 57.74 | 76.6 | - |
| YUV | 181.45 | 149.75 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 218 | 220 | 0.57 | 0.01 | 0 | 0.14 | 180.96 | 0.64 | 0.62 |
| Hex | 5F | DA | DC | 39 | 1 | 0 | E | B5 | 40 | 3E |
| Octal | 137 | 332 | 334 | 71 | 1 | 0 | 16 | 265 | 100 | 76 |
| Binary | 1011111 | 11011010 | 11011100 | 111001 | 1 | 0 | 1110 | 10110101 | 1000000 | 111110 |
Color Harmonies of #5FDADC
Complementary color
Monochromatic Colors of #5FDADC
Black with #5FDADC
Text Example
Text Example
White with #5FDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDADC; }
p { color: rgb(95,218,220); }
H1.HeaderClassName
{
color: #5FDADC;
}
.AnyTagClassName
{
color: #5FDADC;
}
</style>
background-color css
<style>
a { background-color: #5FDADC; }
a { background-color: rgb(95,218,220); }
div.DivClassName
{
background-color: #5FDADC;
}
.BgClassName
{
background-color: #5FDADC;
}
</style>
border-color css
<style>
span { border-color: #5FDADC; }
span { border-color: rgb(95,218,220); }
td.TdClassName
{
border-color: #5FDADC;
}
.TagClassName
{
border-color: #5FDADC;
}
</style>