Shades of Dark Turquoise #06BFDA
Tints of Dark Turquoise #06BFDA
RGB
CMYK
RGB Variations
Color information
#06BFDA (or 0x06BFDA) is known color: Dark Turquoise. HEX triplet: 06, BF and DA. RGB value is (6,191,218). Sum of RGB (Red+Green+Blue) = 6+191+218=415 (54% of max value = 765). Red value is 6 (2.73% from 255 or 1.45% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #06BFDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFDA is #F94025. Grayscale: #8A8A8A. Windows color (decimal): -16334886 or 14335750. OLE color: 14335750.
HSL color Cylindrical-coordinate representation of color #06BFDA: hue angle of 187.64º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BFDA is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 6 | 191 | 218 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.15 |
| HSL | 187.64º | 0.95% | 0.44% | - |
| HSV(B) | 187.64º | 0.97% | 0.85% | - |
| XYZ | 31.36 | 42.36 | 72.85 | - |
| YUV | 138.76 | 172.71 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 218 | 0.97 | 0.12 | 0 | 0.15 | 187.64 | 0.95 | 0.44 |
| Hex | 6 | BF | DA | 61 | C | 0 | F | BC | 5F | 2C |
| Octal | 6 | 277 | 332 | 141 | 14 | 0 | 17 | 274 | 137 | 54 |
| Binary | 110 | 10111111 | 11011010 | 1100001 | 1100 | 0 | 1111 | 10111100 | 1011111 | 101100 |
Color Harmonies of #06BFDA
Complementary color
Monochromatic Colors of #06BFDA
Black with #06BFDA
Text Example
Text Example
White with #06BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFDA; }
p { color: rgb(6,191,218); }
H1.HeaderClassName
{
color: #06BFDA;
}
.AnyTagClassName
{
color: #06BFDA;
}
</style>
background-color css
<style>
a { background-color: #06BFDA; }
a { background-color: rgb(6,191,218); }
div.DivClassName
{
background-color: #06BFDA;
}
.BgClassName
{
background-color: #06BFDA;
}
</style>
border-color css
<style>
span { border-color: #06BFDA; }
span { border-color: rgb(6,191,218); }
td.TdClassName
{
border-color: #06BFDA;
}
.TagClassName
{
border-color: #06BFDA;
}
</style>