Shades of Dark Turquoise #05BFDD
Tints of Dark Turquoise #05BFDD
RGB
CMYK
RGB Variations
Color information
#05BFDD (or 0x05BFDD) is known color: Dark Turquoise. HEX triplet: 05, BF and DD. RGB value is (5,191,221). Sum of RGB (Red+Green+Blue) = 5+191+221=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #05BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BFDD is #FA4022. Grayscale: #8A8A8A. Windows color (decimal): -16400419 or 14532357. OLE color: 14532357.
HSL color Cylindrical-coordinate representation of color #05BFDD: hue angle of 188.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05BFDD is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 191 | 221 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.13 |
| HSL | 188.33º | 0.96% | 0.44% | - |
| HSV(B) | 188.33º | 0.98% | 0.87% | - |
| XYZ | 31.74 | 42.51 | 74.94 | - |
| YUV | 138.81 | 174.38 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 191 | 221 | 0.98 | 0.14 | 0 | 0.13 | 188.33 | 0.96 | 0.44 |
| Hex | 5 | BF | DD | 62 | E | 0 | D | BC | 60 | 2C |
| Octal | 5 | 277 | 335 | 142 | 16 | 0 | 15 | 274 | 140 | 54 |
| Binary | 101 | 10111111 | 11011101 | 1100010 | 1110 | 0 | 1101 | 10111100 | 1100000 | 101100 |
Color Harmonies of #05BFDD
Complementary color
Monochromatic Colors of #05BFDD
Black with #05BFDD
Text Example
Text Example
White with #05BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BFDD; }
p { color: rgb(5,191,221); }
H1.HeaderClassName
{
color: #05BFDD;
}
.AnyTagClassName
{
color: #05BFDD;
}
</style>
background-color css
<style>
a { background-color: #05BFDD; }
a { background-color: rgb(5,191,221); }
div.DivClassName
{
background-color: #05BFDD;
}
.BgClassName
{
background-color: #05BFDD;
}
</style>
border-color css
<style>
span { border-color: #05BFDD; }
span { border-color: rgb(5,191,221); }
td.TdClassName
{
border-color: #05BFDD;
}
.TagClassName
{
border-color: #05BFDD;
}
</style>