Shades of Bright Turquoise #06E9D8
Tints of Bright Turquoise #06E9D8
RGB
CMYK
RGB Variations
Color information
#06E9D8 (or 0x06E9D8) is known color: Bright Turquoise. HEX triplet: 06, E9 and D8. RGB value is (6,233,216). Sum of RGB (Red+Green+Blue) = 6+233+216=455 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 455); Green value is 233 (91.41% from 255 or 51.21% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 233 - color contains mainly: green. Hex color #06E9D8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E9D8 is #F91627. Grayscale: #A3A3A3. Windows color (decimal): -16324136 or 14215430. OLE color: 14215430.
HSL color Cylindrical-coordinate representation of color #06E9D8: hue angle of 175.51º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E9D8 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 233 | 216 | - |
| CMYK | 0.97 | 0 | 0.07 | 0.09 |
| HSL | 175.51º | 0.95% | 0.47% | - |
| HSV(B) | 175.51º | 0.97% | 0.91% | - |
| XYZ | 41.61 | 63.27 | 74.99 | - |
| YUV | 163.19 | 157.79 | 15.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 233 | 216 | 0.97 | 0 | 0.07 | 0.09 | 175.51 | 0.95 | 0.47 |
| Hex | 6 | E9 | D8 | 61 | 0 | 7 | 9 | B0 | 5F | 2F |
| Octal | 6 | 351 | 330 | 141 | 0 | 7 | 11 | 260 | 137 | 57 |
| Binary | 110 | 11101001 | 11011000 | 1100001 | 0 | 111 | 1001 | 10110000 | 1011111 | 101111 |
Color Harmonies of #06E9D8
Complementary color
Monochromatic Colors of #06E9D8
Black with #06E9D8
Text Example
Text Example
White with #06E9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E9D8; }
p { color: rgb(6,233,216); }
H1.HeaderClassName
{
color: #06E9D8;
}
.AnyTagClassName
{
color: #06E9D8;
}
</style>
background-color css
<style>
a { background-color: #06E9D8; }
a { background-color: rgb(6,233,216); }
div.DivClassName
{
background-color: #06E9D8;
}
.BgClassName
{
background-color: #06E9D8;
}
</style>
border-color css
<style>
span { border-color: #06E9D8; }
span { border-color: rgb(6,233,216); }
td.TdClassName
{
border-color: #06E9D8;
}
.TagClassName
{
border-color: #06E9D8;
}
</style>