Shades of Dark Turquoise #06BFDF
Tints of Dark Turquoise #06BFDF
RGB
CMYK
RGB Variations
Color information
#06BFDF (or 0x06BFDF) is known color: Dark Turquoise. HEX triplet: 06, BF and DF. RGB value is (6,191,223). Sum of RGB (Red+Green+Blue) = 6+191+223=420 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.43% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #06BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06BFDF is #F94020. Grayscale: #8B8B8B. Windows color (decimal): -16334881 or 14663430. OLE color: 14663430.
HSL color Cylindrical-coordinate representation of color #06BFDF: hue angle of 188.85º 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 #06BFDF is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 191 | 223 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.13 |
| HSL | 188.85º | 0.95% | 0.45% | - |
| HSV(B) | 188.85º | 0.97% | 0.87% | - |
| XYZ | 32.03 | 42.63 | 76.35 | - |
| YUV | 139.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 223 | 0.97 | 0.14 | 0 | 0.13 | 188.85 | 0.95 | 0.45 |
| Hex | 6 | BF | DF | 61 | E | 0 | D | BD | 5F | 2D |
| Octal | 6 | 277 | 337 | 141 | 16 | 0 | 15 | 275 | 137 | 55 |
| Binary | 110 | 10111111 | 11011111 | 1100001 | 1110 | 0 | 1101 | 10111101 | 1011111 | 101101 |
Color Harmonies of #06BFDF
Complementary color
Monochromatic Colors of #06BFDF
Black with #06BFDF
Text Example
Text Example
White with #06BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFDF; }
p { color: rgb(6,191,223); }
H1.HeaderClassName
{
color: #06BFDF;
}
.AnyTagClassName
{
color: #06BFDF;
}
</style>
background-color css
<style>
a { background-color: #06BFDF; }
a { background-color: rgb(6,191,223); }
div.DivClassName
{
background-color: #06BFDF;
}
.BgClassName
{
background-color: #06BFDF;
}
</style>
border-color css
<style>
span { border-color: #06BFDF; }
span { border-color: rgb(6,191,223); }
td.TdClassName
{
border-color: #06BFDF;
}
.TagClassName
{
border-color: #06BFDF;
}
</style>