Shades of Turquoise #4EEECB
Tints of Turquoise #4EEECB
RGB
CMYK
RGB Variations
Color information
#4EEECB (or 0x4EEECB) is known color: Turquoise. HEX triplet: 4E, EE and CB. RGB value is (78,238,203). Sum of RGB (Red+Green+Blue) = 78+238+203=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECB is #B11134. Grayscale: #BABABA. Windows color (decimal): -11604277 or 13364814. OLE color: 13364814.
HSL color Cylindrical-coordinate representation of color #4EEECB: hue angle of 166.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEECB is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 203 | - |
| CMYK | 0.67 | 0 | 0.15 | 0.07 |
| HSL | 166.88º | 0.82% | 0.62% | - |
| HSV(B) | 166.88º | 0.67% | 0.93% | - |
| XYZ | 44.5 | 67.08 | 67.1 | - |
| YUV | 186.17 | 137.49 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 203 | 0.67 | 0 | 0.15 | 0.07 | 166.88 | 0.82 | 0.62 |
| Hex | 4E | EE | CB | 43 | 0 | F | 7 | A7 | 52 | 3E |
| Octal | 116 | 356 | 313 | 103 | 0 | 17 | 7 | 247 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11001011 | 1000011 | 0 | 1111 | 111 | 10100111 | 1010010 | 111110 |
Color Harmonies of #4EEECB
Complementary color
Monochromatic Colors of #4EEECB
Black with #4EEECB
Text Example
Text Example
White with #4EEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEECB; }
p { color: rgb(78,238,203); }
H1.HeaderClassName
{
color: #4EEECB;
}
.AnyTagClassName
{
color: #4EEECB;
}
</style>
background-color css
<style>
a { background-color: #4EEECB; }
a { background-color: rgb(78,238,203); }
div.DivClassName
{
background-color: #4EEECB;
}
.BgClassName
{
background-color: #4EEECB;
}
</style>
border-color css
<style>
span { border-color: #4EEECB; }
span { border-color: rgb(78,238,203); }
td.TdClassName
{
border-color: #4EEECB;
}
.TagClassName
{
border-color: #4EEECB;
}
</style>