Shades of Bright Turquoise #06F2D7
Tints of Bright Turquoise #06F2D7
RGB
CMYK
RGB Variations
Color information
#06F2D7 (or 0x06F2D7) is known color: Bright Turquoise. HEX triplet: 06, F2 and D7. RGB value is (6,242,215). Sum of RGB (Red+Green+Blue) = 6+242+215=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 242 (94.92% from 255 or 52.27% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 242 - color contains mainly: green. Hex color #06F2D7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F2D7 is #F90D28. Grayscale: #A8A8A8. Windows color (decimal): -16321833 or 14152198. OLE color: 14152198.
HSL color Cylindrical-coordinate representation of color #06F2D7: hue angle of 173.14º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F2D7 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 242 | 215 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.05 |
| HSL | 173.14º | 0.95% | 0.49% | - |
| HSV(B) | 173.14º | 0.98% | 0.95% | - |
| XYZ | 44.09 | 68.45 | 75.18 | - |
| YUV | 168.36 | 154.31 | 12.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 242 | 215 | 0.98 | 0 | 0.11 | 0.05 | 173.14 | 0.95 | 0.49 |
| Hex | 6 | F2 | D7 | 62 | 0 | B | 5 | AD | 5F | 31 |
| Octal | 6 | 362 | 327 | 142 | 0 | 13 | 5 | 255 | 137 | 61 |
| Binary | 110 | 11110010 | 11010111 | 1100010 | 0 | 1011 | 101 | 10101101 | 1011111 | 110001 |
Color Harmonies of #06F2D7
Complementary color
Monochromatic Colors of #06F2D7
Black with #06F2D7
Text Example
Text Example
White with #06F2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F2D7; }
p { color: rgb(6,242,215); }
H1.HeaderClassName
{
color: #06F2D7;
}
.AnyTagClassName
{
color: #06F2D7;
}
</style>
background-color css
<style>
a { background-color: #06F2D7; }
a { background-color: rgb(6,242,215); }
div.DivClassName
{
background-color: #06F2D7;
}
.BgClassName
{
background-color: #06F2D7;
}
</style>
border-color css
<style>
span { border-color: #06F2D7; }
span { border-color: rgb(6,242,215); }
td.TdClassName
{
border-color: #06F2D7;
}
.TagClassName
{
border-color: #06F2D7;
}
</style>