Shades of Dark Turquoise #06BFDD
Tints of Dark Turquoise #06BFDD
RGB
CMYK
RGB Variations
Color information
#06BFDD (or 0x06BFDD) is known color: Dark Turquoise. HEX triplet: 06, BF and DD. RGB value is (6,191,221). Sum of RGB (Red+Green+Blue) = 6+191+221=418 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #06BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFDD is #F94022. Grayscale: #8A8A8A. Windows color (decimal): -16334883 or 14532358. OLE color: 14532358.
HSL color Cylindrical-coordinate representation of color #06BFDD: hue angle of 188.37º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFDD is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 191 | 221 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.13 |
| HSL | 188.37º | 0.95% | 0.45% | - |
| HSV(B) | 188.37º | 0.97% | 0.87% | - |
| XYZ | 31.76 | 42.52 | 74.94 | - |
| YUV | 139.11 | 174.21 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 221 | 0.97 | 0.14 | 0 | 0.13 | 188.37 | 0.95 | 0.45 |
| Hex | 6 | BF | DD | 61 | E | 0 | D | BC | 5F | 2D |
| Octal | 6 | 277 | 335 | 141 | 16 | 0 | 15 | 274 | 137 | 55 |
| Binary | 110 | 10111111 | 11011101 | 1100001 | 1110 | 0 | 1101 | 10111100 | 1011111 | 101101 |
Color Harmonies of #06BFDD
Complementary color
Monochromatic Colors of #06BFDD
Black with #06BFDD
Text Example
Text Example
White with #06BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFDD; }
p { color: rgb(6,191,221); }
H1.HeaderClassName
{
color: #06BFDD;
}
.AnyTagClassName
{
color: #06BFDD;
}
</style>
background-color css
<style>
a { background-color: #06BFDD; }
a { background-color: rgb(6,191,221); }
div.DivClassName
{
background-color: #06BFDD;
}
.BgClassName
{
background-color: #06BFDD;
}
</style>
border-color css
<style>
span { border-color: #06BFDD; }
span { border-color: rgb(6,191,221); }
td.TdClassName
{
border-color: #06BFDD;
}
.TagClassName
{
border-color: #06BFDD;
}
</style>