Shades of Bright Turquoise #06DFDB
Tints of Bright Turquoise #06DFDB
RGB
CMYK
RGB Variations
Color information
#06DFDB (or 0x06DFDB) is known color: Bright Turquoise. HEX triplet: 06, DF and DB. RGB value is (6,223,219). Sum of RGB (Red+Green+Blue) = 6+223+219=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #06DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06DFDB is #F92024. Grayscale: #9D9D9D. Windows color (decimal): -16326693 or 14409478. OLE color: 14409478.
HSL color Cylindrical-coordinate representation of color #06DFDB: hue angle of 178.89º 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 #06DFDB is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 223 | 219 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.13 |
| HSL | 178.89º | 0.95% | 0.45% | - |
| HSV(B) | 178.89º | 0.97% | 0.87% | - |
| XYZ | 39.25 | 57.93 | 76.13 | - |
| YUV | 157.66 | 162.61 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 219 | 0.97 | 0 | 0.02 | 0.13 | 178.89 | 0.95 | 0.45 |
| Hex | 6 | DF | DB | 61 | 0 | 2 | D | B3 | 5F | 2D |
| Octal | 6 | 337 | 333 | 141 | 0 | 2 | 15 | 263 | 137 | 55 |
| Binary | 110 | 11011111 | 11011011 | 1100001 | 0 | 10 | 1101 | 10110011 | 1011111 | 101101 |
Color Harmonies of #06DFDB
Complementary color
Monochromatic Colors of #06DFDB
Black with #06DFDB
Text Example
Text Example
White with #06DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFDB; }
p { color: rgb(6,223,219); }
H1.HeaderClassName
{
color: #06DFDB;
}
.AnyTagClassName
{
color: #06DFDB;
}
</style>
background-color css
<style>
a { background-color: #06DFDB; }
a { background-color: rgb(6,223,219); }
div.DivClassName
{
background-color: #06DFDB;
}
.BgClassName
{
background-color: #06DFDB;
}
</style>
border-color css
<style>
span { border-color: #06DFDB; }
span { border-color: rgb(6,223,219); }
td.TdClassName
{
border-color: #06DFDB;
}
.TagClassName
{
border-color: #06DFDB;
}
</style>