Shades of Turquoise #4EEECF
Tints of Turquoise #4EEECF
RGB
CMYK
RGB Variations
Color information
#4EEECF (or 0x4EEECF) is known color: Turquoise. HEX triplet: 4E, EE and CF. RGB value is (78,238,207). Sum of RGB (Red+Green+Blue) = 78+238+207=523 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.91% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEECF is #B11130. Grayscale: #BABABA. Windows color (decimal): -11604273 or 13626958. OLE color: 13626958.
HSL color Cylindrical-coordinate representation of color #4EEECF: hue angle of 168.38º 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 #4EEECF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 238 | 207 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.07 |
| HSL | 168.38º | 0.82% | 0.62% | - |
| HSV(B) | 168.38º | 0.67% | 0.93% | - |
| XYZ | 44.98 | 67.27 | 69.65 | - |
| YUV | 186.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 207 | 0.67 | 0 | 0.13 | 0.07 | 168.38 | 0.82 | 0.62 |
| Hex | 4E | EE | CF | 43 | 0 | D | 7 | A8 | 52 | 3E |
| Octal | 116 | 356 | 317 | 103 | 0 | 15 | 7 | 250 | 122 | 76 |
| Binary | 1001110 | 11101110 | 11001111 | 1000011 | 0 | 1101 | 111 | 10101000 | 1010010 | 111110 |
Color Harmonies of #4EEECF
Complementary color
Monochromatic Colors of #4EEECF
Black with #4EEECF
Text Example
Text Example
White with #4EEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEECF; }
p { color: rgb(78,238,207); }
H1.HeaderClassName
{
color: #4EEECF;
}
.AnyTagClassName
{
color: #4EEECF;
}
</style>
background-color css
<style>
a { background-color: #4EEECF; }
a { background-color: rgb(78,238,207); }
div.DivClassName
{
background-color: #4EEECF;
}
.BgClassName
{
background-color: #4EEECF;
}
</style>
border-color css
<style>
span { border-color: #4EEECF; }
span { border-color: rgb(78,238,207); }
td.TdClassName
{
border-color: #4EEECF;
}
.TagClassName
{
border-color: #4EEECF;
}
</style>