Shades of Bright Turquoise #06EABF
Tints of Bright Turquoise #06EABF
RGB
CMYK
RGB Variations
Color information
#06EABF (or 0x06EABF) is known color: Bright Turquoise. HEX triplet: 06, EA and BF. RGB value is (6,234,191). Sum of RGB (Red+Green+Blue) = 6+234+191=431 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.39% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #06EABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EABF is #F91540. Grayscale: #A0A0A0. Windows color (decimal): -16323905 or 12577286. OLE color: 12577286.
HSL color Cylindrical-coordinate representation of color #06EABF: hue angle of 168.68º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EABF is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 234 | 191 | - |
| CMYK | 0.97 | 0 | 0.18 | 0.08 |
| HSL | 168.68º | 0.95% | 0.47% | - |
| HSV(B) | 168.68º | 0.97% | 0.92% | - |
| XYZ | 38.9 | 62.65 | 59.33 | - |
| YUV | 160.93 | 144.96 | 17.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 191 | 0.97 | 0 | 0.18 | 0.08 | 168.68 | 0.95 | 0.47 |
| Hex | 6 | EA | BF | 61 | 0 | 12 | 8 | A9 | 5F | 2F |
| Octal | 6 | 352 | 277 | 141 | 0 | 22 | 10 | 251 | 137 | 57 |
| Binary | 110 | 11101010 | 10111111 | 1100001 | 0 | 10010 | 1000 | 10101001 | 1011111 | 101111 |
Color Harmonies of #06EABF
Complementary color
Monochromatic Colors of #06EABF
Black with #06EABF
Text Example
Text Example
White with #06EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EABF; }
p { color: rgb(6,234,191); }
H1.HeaderClassName
{
color: #06EABF;
}
.AnyTagClassName
{
color: #06EABF;
}
</style>
background-color css
<style>
a { background-color: #06EABF; }
a { background-color: rgb(6,234,191); }
div.DivClassName
{
background-color: #06EABF;
}
.BgClassName
{
background-color: #06EABF;
}
</style>
border-color css
<style>
span { border-color: #06EABF; }
span { border-color: rgb(6,234,191); }
td.TdClassName
{
border-color: #06EABF;
}
.TagClassName
{
border-color: #06EABF;
}
</style>