Shades of Bright Turquoise #06E2EC
Tints of Bright Turquoise #06E2EC
RGB
CMYK
RGB Variations
Color information
#06E2EC (or 0x06E2EC) is known color: Bright Turquoise. HEX triplet: 06, E2 and EC. RGB value is (6,226,236). Sum of RGB (Red+Green+Blue) = 6+226+236=468 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.28% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #06E2EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E2EC is #F91D13. Grayscale: #A1A1A1. Windows color (decimal): -16325908 or 15524358. OLE color: 15524358.
HSL color Cylindrical-coordinate representation of color #06E2EC: hue angle of 182.61º 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 #06E2EC is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 226 | 236 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.07 |
| HSL | 182.61º | 0.95% | 0.47% | - |
| HSV(B) | 182.61º | 0.97% | 0.93% | - |
| XYZ | 42.41 | 60.49 | 88.8 | - |
| YUV | 161.36 | 170.11 | 17.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 226 | 236 | 0.97 | 0.04 | 0 | 0.07 | 182.61 | 0.95 | 0.47 |
| Hex | 6 | E2 | EC | 61 | 4 | 0 | 7 | B7 | 5F | 2F |
| Octal | 6 | 342 | 354 | 141 | 4 | 0 | 7 | 267 | 137 | 57 |
| Binary | 110 | 11100010 | 11101100 | 1100001 | 100 | 0 | 111 | 10110111 | 1011111 | 101111 |
Color Harmonies of #06E2EC
Complementary color
Monochromatic Colors of #06E2EC
Black with #06E2EC
Text Example
Text Example
White with #06E2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E2EC; }
p { color: rgb(6,226,236); }
H1.HeaderClassName
{
color: #06E2EC;
}
.AnyTagClassName
{
color: #06E2EC;
}
</style>
background-color css
<style>
a { background-color: #06E2EC; }
a { background-color: rgb(6,226,236); }
div.DivClassName
{
background-color: #06E2EC;
}
.BgClassName
{
background-color: #06E2EC;
}
</style>
border-color css
<style>
span { border-color: #06E2EC; }
span { border-color: rgb(6,226,236); }
td.TdClassName
{
border-color: #06E2EC;
}
.TagClassName
{
border-color: #06E2EC;
}
</style>