Shades of Dark Turquoise #06D1E7
Tints of Dark Turquoise #06D1E7
RGB
CMYK
RGB Variations
Color information
#06D1E7 (or 0x06D1E7) is known color: Dark Turquoise. HEX triplet: 06, D1 and E7. RGB value is (6,209,231). Sum of RGB (Red+Green+Blue) = 6+209+231=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 209 (82.03% from 255 or 46.86% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #06D1E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06D1E7 is #F92E18. Grayscale: #969696. Windows color (decimal): -16330265 or 15192326. OLE color: 15192326.
HSL color Cylindrical-coordinate representation of color #06D1E7: hue angle of 185.87º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D1E7 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 209 | 231 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.09 |
| HSL | 185.87º | 0.95% | 0.46% | - |
| HSV(B) | 185.87º | 0.97% | 0.91% | - |
| XYZ | 37.3 | 51.41 | 83.56 | - |
| YUV | 150.81 | 173.25 | 24.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 209 | 231 | 0.97 | 0.10 | 0 | 0.09 | 185.87 | 0.95 | 0.46 |
| Hex | 6 | D1 | E7 | 61 | A | 0 | 9 | BA | 5F | 2E |
| Octal | 6 | 321 | 347 | 141 | 12 | 0 | 11 | 272 | 137 | 56 |
| Binary | 110 | 11010001 | 11100111 | 1100001 | 1010 | 0 | 1001 | 10111010 | 1011111 | 101110 |
Color Harmonies of #06D1E7
Complementary color
Monochromatic Colors of #06D1E7
Black with #06D1E7
Text Example
Text Example
White with #06D1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D1E7; }
p { color: rgb(6,209,231); }
H1.HeaderClassName
{
color: #06D1E7;
}
.AnyTagClassName
{
color: #06D1E7;
}
</style>
background-color css
<style>
a { background-color: #06D1E7; }
a { background-color: rgb(6,209,231); }
div.DivClassName
{
background-color: #06D1E7;
}
.BgClassName
{
background-color: #06D1E7;
}
</style>
border-color css
<style>
span { border-color: #06D1E7; }
span { border-color: rgb(6,209,231); }
td.TdClassName
{
border-color: #06D1E7;
}
.TagClassName
{
border-color: #06D1E7;
}
</style>