Shades of Bright Turquoise #06FFC7
Tints of Bright Turquoise #06FFC7
RGB
CMYK
RGB Variations
Color information
#06FFC7 (or 0x06FFC7) is known color: Bright Turquoise. HEX triplet: 06, FF and C7. RGB value is (6,255,199). Sum of RGB (Red+Green+Blue) = 6+255+199=460 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #06FFC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FFC7 is #F90038. Grayscale: #AEAEAE. Windows color (decimal): -16318521 or 13106950. OLE color: 13106950.
HSL color Cylindrical-coordinate representation of color #06FFC7: hue angle of 166.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FFC7 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 255 | 199 | - |
| CMYK | 0.98 | 0 | 0.22 | 0 |
| HSL | 166.51º | 1% | 0.51% | - |
| HSV(B) | 166.51º | 0.98% | 1% | - |
| XYZ | 46.14 | 75.68 | 66.21 | - |
| YUV | 174.17 | 142.01 | 8.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 255 | 199 | 0.98 | 0 | 0.22 | 0 | 166.51 | 1 | 0.51 |
| Hex | 6 | FF | C7 | 62 | 0 | 16 | 0 | A7 | 64 | 33 |
| Octal | 6 | 377 | 307 | 142 | 0 | 26 | 0 | 247 | 144 | 63 |
| Binary | 110 | 11111111 | 11000111 | 1100010 | 0 | 10110 | 0 | 10100111 | 1100100 | 110011 |
Color Harmonies of #06FFC7
Complementary color
Monochromatic Colors of #06FFC7
Black with #06FFC7
Text Example
Text Example
White with #06FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FFC7; }
p { color: rgb(6,255,199); }
H1.HeaderClassName
{
color: #06FFC7;
}
.AnyTagClassName
{
color: #06FFC7;
}
</style>
background-color css
<style>
a { background-color: #06FFC7; }
a { background-color: rgb(6,255,199); }
div.DivClassName
{
background-color: #06FFC7;
}
.BgClassName
{
background-color: #06FFC7;
}
</style>
border-color css
<style>
span { border-color: #06FFC7; }
span { border-color: rgb(6,255,199); }
td.TdClassName
{
border-color: #06FFC7;
}
.TagClassName
{
border-color: #06FFC7;
}
</style>