Shades of Bright Turquoise #06E6DB
Tints of Bright Turquoise #06E6DB
RGB
CMYK
RGB Variations
Color information
#06E6DB (or 0x06E6DB) is known color: Bright Turquoise. HEX triplet: 06, E6 and DB. RGB value is (6,230,219). Sum of RGB (Red+Green+Blue) = 6+230+219=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #06E6DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E6DB is #F91924. Grayscale: #A1A1A1. Windows color (decimal): -16324901 or 14411270. OLE color: 14411270.
HSL color Cylindrical-coordinate representation of color #06E6DB: hue angle of 177.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E6DB is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 230 | 219 | - |
| CMYK | 0.97 | 0 | 0.05 | 0.10 |
| HSL | 177.05º | 0.95% | 0.46% | - |
| HSV(B) | 177.05º | 0.97% | 0.9% | - |
| XYZ | 41.16 | 61.75 | 76.77 | - |
| YUV | 161.77 | 160.29 | 16.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 219 | 0.97 | 0 | 0.05 | 0.10 | 177.05 | 0.95 | 0.46 |
| Hex | 6 | E6 | DB | 61 | 0 | 5 | A | B1 | 5F | 2E |
| Octal | 6 | 346 | 333 | 141 | 0 | 5 | 12 | 261 | 137 | 56 |
| Binary | 110 | 11100110 | 11011011 | 1100001 | 0 | 101 | 1010 | 10110001 | 1011111 | 101110 |
Color Harmonies of #06E6DB
Complementary color
Monochromatic Colors of #06E6DB
Black with #06E6DB
Text Example
Text Example
White with #06E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E6DB; }
p { color: rgb(6,230,219); }
H1.HeaderClassName
{
color: #06E6DB;
}
.AnyTagClassName
{
color: #06E6DB;
}
</style>
background-color css
<style>
a { background-color: #06E6DB; }
a { background-color: rgb(6,230,219); }
div.DivClassName
{
background-color: #06E6DB;
}
.BgClassName
{
background-color: #06E6DB;
}
</style>
border-color css
<style>
span { border-color: #06E6DB; }
span { border-color: rgb(6,230,219); }
td.TdClassName
{
border-color: #06E6DB;
}
.TagClassName
{
border-color: #06E6DB;
}
</style>