Shades of Dark Turquoise #06D6E1
Tints of Dark Turquoise #06D6E1
RGB
CMYK
RGB Variations
Color information
#06D6E1 (or 0x06D6E1) is known color: Dark Turquoise. HEX triplet: 06, D6 and E1. RGB value is (6,214,225). Sum of RGB (Red+Green+Blue) = 6+214+225=445 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #06D6E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #06D6E1 is #F9291E. Grayscale: #989898. Windows color (decimal): -16328991 or 14800390. OLE color: 14800390.
HSL color Cylindrical-coordinate representation of color #06D6E1: hue angle of 183.01º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D6E1 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 6 | 214 | 225 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.12 |
| HSL | 183.01º | 0.95% | 0.45% | - |
| HSV(B) | 183.01º | 0.97% | 0.88% | - |
| XYZ | 37.71 | 53.57 | 79.59 | - |
| YUV | 153.06 | 168.59 | 23.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 214 | 225 | 0.97 | 0.05 | 0 | 0.12 | 183.01 | 0.95 | 0.45 |
| Hex | 6 | D6 | E1 | 61 | 5 | 0 | C | B7 | 5F | 2D |
| Octal | 6 | 326 | 341 | 141 | 5 | 0 | 14 | 267 | 137 | 55 |
| Binary | 110 | 11010110 | 11100001 | 1100001 | 101 | 0 | 1100 | 10110111 | 1011111 | 101101 |
Color Harmonies of #06D6E1
Complementary color
Monochromatic Colors of #06D6E1
Black with #06D6E1
Text Example
Text Example
White with #06D6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D6E1; }
p { color: rgb(6,214,225); }
H1.HeaderClassName
{
color: #06D6E1;
}
.AnyTagClassName
{
color: #06D6E1;
}
</style>
background-color css
<style>
a { background-color: #06D6E1; }
a { background-color: rgb(6,214,225); }
div.DivClassName
{
background-color: #06D6E1;
}
.BgClassName
{
background-color: #06D6E1;
}
</style>
border-color css
<style>
span { border-color: #06D6E1; }
span { border-color: rgb(6,214,225); }
td.TdClassName
{
border-color: #06D6E1;
}
.TagClassName
{
border-color: #06D6E1;
}
</style>