Shades of Bright Turquoise #06F2C7
Tints of Bright Turquoise #06F2C7
RGB
CMYK
RGB Variations
Color information
#06F2C7 (or 0x06F2C7) is known color: Bright Turquoise. HEX triplet: 06, F2 and C7. RGB value is (6,242,199). Sum of RGB (Red+Green+Blue) = 6+242+199=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #06F2C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06F2C7 is #F90D38. Grayscale: #A6A6A6. Windows color (decimal): -16321849 or 13103622. OLE color: 13103622.
HSL color Cylindrical-coordinate representation of color #06F2C7: hue angle of 169.07º 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 #06F2C7 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 6 | 242 | 199 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.05 |
| HSL | 169.07º | 0.95% | 0.49% | - |
| HSV(B) | 169.07º | 0.98% | 0.95% | - |
| XYZ | 42.14 | 67.67 | 64.87 | - |
| YUV | 166.53 | 146.31 | 13.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 242 | 199 | 0.98 | 0 | 0.18 | 0.05 | 169.07 | 0.95 | 0.49 |
| Hex | 6 | F2 | C7 | 62 | 0 | 12 | 5 | A9 | 5F | 31 |
| Octal | 6 | 362 | 307 | 142 | 0 | 22 | 5 | 251 | 137 | 61 |
| Binary | 110 | 11110010 | 11000111 | 1100010 | 0 | 10010 | 101 | 10101001 | 1011111 | 110001 |
Color Harmonies of #06F2C7
Complementary color
Monochromatic Colors of #06F2C7
Black with #06F2C7
Text Example
Text Example
White with #06F2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F2C7; }
p { color: rgb(6,242,199); }
H1.HeaderClassName
{
color: #06F2C7;
}
.AnyTagClassName
{
color: #06F2C7;
}
</style>
background-color css
<style>
a { background-color: #06F2C7; }
a { background-color: rgb(6,242,199); }
div.DivClassName
{
background-color: #06F2C7;
}
.BgClassName
{
background-color: #06F2C7;
}
</style>
border-color css
<style>
span { border-color: #06F2C7; }
span { border-color: rgb(6,242,199); }
td.TdClassName
{
border-color: #06F2C7;
}
.TagClassName
{
border-color: #06F2C7;
}
</style>