Shades of Bright Turquoise #06E3E9
Tints of Bright Turquoise #06E3E9
RGB
CMYK
RGB Variations
Color information
#06E3E9 (or 0x06E3E9) is known color: Bright Turquoise. HEX triplet: 06, E3 and E9. RGB value is (6,227,233). Sum of RGB (Red+Green+Blue) = 6+227+233=466 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.29% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #06E3E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E3E9 is #F91C16. Grayscale: #A1A1A1. Windows color (decimal): -16325655 or 15328006. OLE color: 15328006.
HSL color Cylindrical-coordinate representation of color #06E3E9: hue angle of 181.59º 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 #06E3E9 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 227 | 233 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.09 |
| HSL | 181.59º | 0.95% | 0.47% | - |
| HSV(B) | 181.59º | 0.97% | 0.91% | - |
| XYZ | 42.25 | 60.86 | 86.61 | - |
| YUV | 161.61 | 168.28 | 17.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 227 | 233 | 0.97 | 0.03 | 0 | 0.09 | 181.59 | 0.95 | 0.47 |
| Hex | 6 | E3 | E9 | 61 | 3 | 0 | 9 | B6 | 5F | 2F |
| Octal | 6 | 343 | 351 | 141 | 3 | 0 | 11 | 266 | 137 | 57 |
| Binary | 110 | 11100011 | 11101001 | 1100001 | 11 | 0 | 1001 | 10110110 | 1011111 | 101111 |
Color Harmonies of #06E3E9
Complementary color
Monochromatic Colors of #06E3E9
Black with #06E3E9
Text Example
Text Example
White with #06E3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E3E9; }
p { color: rgb(6,227,233); }
H1.HeaderClassName
{
color: #06E3E9;
}
.AnyTagClassName
{
color: #06E3E9;
}
</style>
background-color css
<style>
a { background-color: #06E3E9; }
a { background-color: rgb(6,227,233); }
div.DivClassName
{
background-color: #06E3E9;
}
.BgClassName
{
background-color: #06E3E9;
}
</style>
border-color css
<style>
span { border-color: #06E3E9; }
span { border-color: rgb(6,227,233); }
td.TdClassName
{
border-color: #06E3E9;
}
.TagClassName
{
border-color: #06E3E9;
}
</style>