Shades of Bright Turquoise #06E6CF
Tints of Bright Turquoise #06E6CF
RGB
CMYK
RGB Variations
Color information
#06E6CF (or 0x06E6CF) is known color: Bright Turquoise. HEX triplet: 06, E6 and CF. RGB value is (6,230,207). Sum of RGB (Red+Green+Blue) = 6+230+207=443 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 443); Green value is 230 (90.23% from 255 or 51.92% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 230 - color contains mainly: green. Hex color #06E6CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06E6CF is #F91930. Grayscale: #A0A0A0. Windows color (decimal): -16324913 or 13624838. OLE color: 13624838.
HSL color Cylindrical-coordinate representation of color #06E6CF: hue angle of 173.84º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E6CF is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 6 | 230 | 207 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.10 |
| HSL | 173.84º | 0.95% | 0.46% | - |
| HSV(B) | 173.84º | 0.97% | 0.9% | - |
| XYZ | 39.63 | 61.14 | 68.74 | - |
| YUV | 160.4 | 154.29 | 17.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 230 | 207 | 0.97 | 0 | 0.10 | 0.10 | 173.84 | 0.95 | 0.46 |
| Hex | 6 | E6 | CF | 61 | 0 | A | A | AE | 5F | 2E |
| Octal | 6 | 346 | 317 | 141 | 0 | 12 | 12 | 256 | 137 | 56 |
| Binary | 110 | 11100110 | 11001111 | 1100001 | 0 | 1010 | 1010 | 10101110 | 1011111 | 101110 |
Color Harmonies of #06E6CF
Complementary color
Monochromatic Colors of #06E6CF
Black with #06E6CF
Text Example
Text Example
White with #06E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E6CF; }
p { color: rgb(6,230,207); }
H1.HeaderClassName
{
color: #06E6CF;
}
.AnyTagClassName
{
color: #06E6CF;
}
</style>
background-color css
<style>
a { background-color: #06E6CF; }
a { background-color: rgb(6,230,207); }
div.DivClassName
{
background-color: #06E6CF;
}
.BgClassName
{
background-color: #06E6CF;
}
</style>
border-color css
<style>
span { border-color: #06E6CF; }
span { border-color: rgb(6,230,207); }
td.TdClassName
{
border-color: #06E6CF;
}
.TagClassName
{
border-color: #06E6CF;
}
</style>