Shades of Bright Turquoise #06EABB
Tints of Bright Turquoise #06EABB
RGB
CMYK
RGB Variations
Color information
#06EABB (or 0x06EABB) is known color: Bright Turquoise. HEX triplet: 06, EA and BB. RGB value is (6,234,187). Sum of RGB (Red+Green+Blue) = 6+234+187=427 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 427); Green value is 234 (91.80% from 255 or 54.80% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 234 - color contains mainly: green. Hex color #06EABB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EABB is #F91544. Grayscale: #A0A0A0. Windows color (decimal): -16323909 or 12315142. OLE color: 12315142.
HSL color Cylindrical-coordinate representation of color #06EABB: hue angle of 167.63º 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 #06EABB is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 234 | 187 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.08 |
| HSL | 167.63º | 0.95% | 0.47% | - |
| HSV(B) | 167.63º | 0.97% | 0.92% | - |
| XYZ | 38.47 | 62.47 | 57.04 | - |
| YUV | 160.47 | 142.96 | 17.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 187 | 0.97 | 0 | 0.20 | 0.08 | 167.63 | 0.95 | 0.47 |
| Hex | 6 | EA | BB | 61 | 0 | 14 | 8 | A8 | 5F | 2F |
| Octal | 6 | 352 | 273 | 141 | 0 | 24 | 10 | 250 | 137 | 57 |
| Binary | 110 | 11101010 | 10111011 | 1100001 | 0 | 10100 | 1000 | 10101000 | 1011111 | 101111 |
Color Harmonies of #06EABB
Complementary color
Monochromatic Colors of #06EABB
Black with #06EABB
Text Example
Text Example
White with #06EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EABB; }
p { color: rgb(6,234,187); }
H1.HeaderClassName
{
color: #06EABB;
}
.AnyTagClassName
{
color: #06EABB;
}
</style>
background-color css
<style>
a { background-color: #06EABB; }
a { background-color: rgb(6,234,187); }
div.DivClassName
{
background-color: #06EABB;
}
.BgClassName
{
background-color: #06EABB;
}
</style>
border-color css
<style>
span { border-color: #06EABB; }
span { border-color: rgb(6,234,187); }
td.TdClassName
{
border-color: #06EABB;
}
.TagClassName
{
border-color: #06EABB;
}
</style>