Shades of Bright Turquoise #06EECB
Tints of Bright Turquoise #06EECB
RGB
CMYK
RGB Variations
Color information
#06EECB (or 0x06EECB) is known color: Bright Turquoise. HEX triplet: 06, EE and CB. RGB value is (6,238,203). Sum of RGB (Red+Green+Blue) = 6+238+203=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #06EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06EECB is #F91134. Grayscale: #A4A4A4. Windows color (decimal): -16322869 or 13364742. OLE color: 13364742.
HSL color Cylindrical-coordinate representation of color #06EECB: hue angle of 170.95º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06EECB is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 6 | 238 | 203 | - |
| CMYK | 0.97 | 0 | 0.15 | 0.07 |
| HSL | 170.95º | 0.95% | 0.48% | - |
| HSV(B) | 170.95º | 0.97% | 0.93% | - |
| XYZ | 41.43 | 65.5 | 66.96 | - |
| YUV | 164.64 | 149.64 | 14.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 238 | 203 | 0.97 | 0 | 0.15 | 0.07 | 170.95 | 0.95 | 0.48 |
| Hex | 6 | EE | CB | 61 | 0 | F | 7 | AB | 5F | 30 |
| Octal | 6 | 356 | 313 | 141 | 0 | 17 | 7 | 253 | 137 | 60 |
| Binary | 110 | 11101110 | 11001011 | 1100001 | 0 | 1111 | 111 | 10101011 | 1011111 | 110000 |
Color Harmonies of #06EECB
Complementary color
Monochromatic Colors of #06EECB
Black with #06EECB
Text Example
Text Example
White with #06EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EECB; }
p { color: rgb(6,238,203); }
H1.HeaderClassName
{
color: #06EECB;
}
.AnyTagClassName
{
color: #06EECB;
}
</style>
background-color css
<style>
a { background-color: #06EECB; }
a { background-color: rgb(6,238,203); }
div.DivClassName
{
background-color: #06EECB;
}
.BgClassName
{
background-color: #06EECB;
}
</style>
border-color css
<style>
span { border-color: #06EECB; }
span { border-color: rgb(6,238,203); }
td.TdClassName
{
border-color: #06EECB;
}
.TagClassName
{
border-color: #06EECB;
}
</style>