Shades of Bright Turquoise #06E9EC
Tints of Bright Turquoise #06E9EC
RGB
CMYK
RGB Variations
Color information
#06E9EC (or 0x06E9EC) is known color: Bright Turquoise. HEX triplet: 06, E9 and EC. RGB value is (6,233,236). Sum of RGB (Red+Green+Blue) = 6+233+236=475 (62% of max value = 765). Red value is 6 (2.73% from 255 or 1.26% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #06E9EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E9EC is #F91613. Grayscale: #A5A5A5. Windows color (decimal): -16324116 or 15526150. OLE color: 15526150.
HSL color Cylindrical-coordinate representation of color #06E9EC: hue angle of 180.78º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E9EC is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 233 | 236 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.07 |
| HSL | 180.78º | 0.95% | 0.47% | - |
| HSV(B) | 180.78º | 0.97% | 0.93% | - |
| XYZ | 44.35 | 64.37 | 89.44 | - |
| YUV | 165.47 | 167.79 | 14.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 233 | 236 | 0.97 | 0.01 | 0 | 0.07 | 180.78 | 0.95 | 0.47 |
| Hex | 6 | E9 | EC | 61 | 1 | 0 | 7 | B5 | 5F | 2F |
| Octal | 6 | 351 | 354 | 141 | 1 | 0 | 7 | 265 | 137 | 57 |
| Binary | 110 | 11101001 | 11101100 | 1100001 | 1 | 0 | 111 | 10110101 | 1011111 | 101111 |
Color Harmonies of #06E9EC
Complementary color
Monochromatic Colors of #06E9EC
Black with #06E9EC
Text Example
Text Example
White with #06E9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E9EC; }
p { color: rgb(6,233,236); }
H1.HeaderClassName
{
color: #06E9EC;
}
.AnyTagClassName
{
color: #06E9EC;
}
</style>
background-color css
<style>
a { background-color: #06E9EC; }
a { background-color: rgb(6,233,236); }
div.DivClassName
{
background-color: #06E9EC;
}
.BgClassName
{
background-color: #06E9EC;
}
</style>
border-color css
<style>
span { border-color: #06E9EC; }
span { border-color: rgb(6,233,236); }
td.TdClassName
{
border-color: #06E9EC;
}
.TagClassName
{
border-color: #06E9EC;
}
</style>