Shades of Bright Turquoise #06EFC0
Tints of Bright Turquoise #06EFC0
RGB
CMYK
RGB Variations
Color information
#06EFC0 (or 0x06EFC0) is known color: Bright Turquoise. HEX triplet: 06, EF and C0. RGB value is (6,239,192). Sum of RGB (Red+Green+Blue) = 6+239+192=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 239 (93.75% from 255 or 54.69% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 239 - color contains mainly: green. Hex color #06EFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EFC0 is #F9103F. Grayscale: #A3A3A3. Windows color (decimal): -16322624 or 12644102. OLE color: 12644102.
HSL color Cylindrical-coordinate representation of color #06EFC0: hue angle of 167.9º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EFC0 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 239 | 192 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.06 |
| HSL | 167.9º | 0.95% | 0.48% | - |
| HSV(B) | 167.9º | 0.97% | 0.94% | - |
| XYZ | 40.46 | 65.58 | 60.39 | - |
| YUV | 163.98 | 143.81 | 15.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 239 | 192 | 0.97 | 0 | 0.20 | 0.06 | 167.9 | 0.95 | 0.48 |
| Hex | 6 | EF | C0 | 61 | 0 | 14 | 6 | A8 | 5F | 30 |
| Octal | 6 | 357 | 300 | 141 | 0 | 24 | 6 | 250 | 137 | 60 |
| Binary | 110 | 11101111 | 11000000 | 1100001 | 0 | 10100 | 110 | 10101000 | 1011111 | 110000 |
Color Harmonies of #06EFC0
Complementary color
Monochromatic Colors of #06EFC0
Black with #06EFC0
Text Example
Text Example
White with #06EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EFC0; }
p { color: rgb(6,239,192); }
H1.HeaderClassName
{
color: #06EFC0;
}
.AnyTagClassName
{
color: #06EFC0;
}
</style>
background-color css
<style>
a { background-color: #06EFC0; }
a { background-color: rgb(6,239,192); }
div.DivClassName
{
background-color: #06EFC0;
}
.BgClassName
{
background-color: #06EFC0;
}
</style>
border-color css
<style>
span { border-color: #06EFC0; }
span { border-color: rgb(6,239,192); }
td.TdClassName
{
border-color: #06EFC0;
}
.TagClassName
{
border-color: #06EFC0;
}
</style>