Shades of Bright Turquoise #06EADB
Tints of Bright Turquoise #06EADB
RGB
CMYK
RGB Variations
Color information
#06EADB (or 0x06EADB) is known color: Bright Turquoise. HEX triplet: 06, EA and DB. RGB value is (6,234,219). Sum of RGB (Red+Green+Blue) = 6+234+219=459 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #06EADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EADB is #F91524. Grayscale: #A3A3A3. Windows color (decimal): -16323877 or 14412294. OLE color: 14412294.
HSL color Cylindrical-coordinate representation of color #06EADB: hue angle of 176.05º 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 #06EADB is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 6 | 234 | 219 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.08 |
| HSL | 176.05º | 0.95% | 0.47% | - |
| HSV(B) | 176.05º | 0.97% | 0.92% | - |
| XYZ | 42.28 | 64 | 77.14 | - |
| YUV | 164.12 | 158.96 | 15.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 219 | 0.97 | 0 | 0.06 | 0.08 | 176.05 | 0.95 | 0.47 |
| Hex | 6 | EA | DB | 61 | 0 | 6 | 8 | B0 | 5F | 2F |
| Octal | 6 | 352 | 333 | 141 | 0 | 6 | 10 | 260 | 137 | 57 |
| Binary | 110 | 11101010 | 11011011 | 1100001 | 0 | 110 | 1000 | 10110000 | 1011111 | 101111 |
Color Harmonies of #06EADB
Complementary color
Monochromatic Colors of #06EADB
Black with #06EADB
Text Example
Text Example
White with #06EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EADB; }
p { color: rgb(6,234,219); }
H1.HeaderClassName
{
color: #06EADB;
}
.AnyTagClassName
{
color: #06EADB;
}
</style>
background-color css
<style>
a { background-color: #06EADB; }
a { background-color: rgb(6,234,219); }
div.DivClassName
{
background-color: #06EADB;
}
.BgClassName
{
background-color: #06EADB;
}
</style>
border-color css
<style>
span { border-color: #06EADB; }
span { border-color: rgb(6,234,219); }
td.TdClassName
{
border-color: #06EADB;
}
.TagClassName
{
border-color: #06EADB;
}
</style>