Shades of Bright Turquoise #06F7CE
Tints of Bright Turquoise #06F7CE
RGB
CMYK
RGB Variations
Color information
#06F7CE (or 0x06F7CE) is known color: Bright Turquoise. HEX triplet: 06, F7 and CE. RGB value is (6,247,206). Sum of RGB (Red+Green+Blue) = 6+247+206=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #06F7CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F7CE is #F90831. Grayscale: #AAAAAA. Windows color (decimal): -16320562 or 13563654. OLE color: 13563654.
HSL color Cylindrical-coordinate representation of color #06F7CE: hue angle of 169.79º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F7CE is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 6 | 247 | 206 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.03 |
| HSL | 169.79º | 0.95% | 0.5% | - |
| HSV(B) | 169.79º | 0.98% | 0.97% | - |
| XYZ | 44.48 | 71.02 | 69.76 | - |
| YUV | 170.27 | 148.16 | 10.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 206 | 0.98 | 0 | 0.17 | 0.03 | 169.79 | 0.95 | 0.5 |
| Hex | 6 | F7 | CE | 62 | 0 | 11 | 3 | AA | 5F | 32 |
| Octal | 6 | 367 | 316 | 142 | 0 | 21 | 3 | 252 | 137 | 62 |
| Binary | 110 | 11110111 | 11001110 | 1100010 | 0 | 10001 | 11 | 10101010 | 1011111 | 110010 |
Color Harmonies of #06F7CE
Complementary color
Monochromatic Colors of #06F7CE
Black with #06F7CE
Text Example
Text Example
White with #06F7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F7CE; }
p { color: rgb(6,247,206); }
H1.HeaderClassName
{
color: #06F7CE;
}
.AnyTagClassName
{
color: #06F7CE;
}
</style>
background-color css
<style>
a { background-color: #06F7CE; }
a { background-color: rgb(6,247,206); }
div.DivClassName
{
background-color: #06F7CE;
}
.BgClassName
{
background-color: #06F7CE;
}
</style>
border-color css
<style>
span { border-color: #06F7CE; }
span { border-color: rgb(6,247,206); }
td.TdClassName
{
border-color: #06F7CE;
}
.TagClassName
{
border-color: #06F7CE;
}
</style>