Shades of Turquoise #4EEEEF
Tints of Turquoise #4EEEEF
RGB
CMYK
RGB Variations
Color information
#4EEEEF (or 0x4EEEEF) is known color: Turquoise. HEX triplet: 4E, EE and EF. RGB value is (78,238,239). Sum of RGB (Red+Green+Blue) = 78+238+239=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 238 (93.36% from 255 or 42.88% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EEEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEEEF is #B11110. Grayscale: #BEBEBE. Windows color (decimal): -11604241 or 15724110. OLE color: 15724110.
HSL color Cylindrical-coordinate representation of color #4EEEEF: hue angle of 180.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEEEF is Cyan = 0.67, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 238 | 239 | - |
| CMYK | 0.67 | 0.00 | 0 | 0.06 |
| HSL | 180.37º | 0.83% | 0.62% | - |
| HSV(B) | 180.37º | 0.67% | 0.94% | - |
| XYZ | 49.3 | 69 | 92.38 | - |
| YUV | 190.27 | 155.49 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 238 | 239 | 0.67 | 0.00 | 0 | 0.06 | 180.37 | 0.83 | 0.62 |
| Hex | 4E | EE | EF | 43 | 0 | 0 | 6 | B4 | 53 | 3E |
| Octal | 116 | 356 | 357 | 103 | 0 | 0 | 6 | 264 | 123 | 76 |
| Binary | 1001110 | 11101110 | 11101111 | 1000011 | 0 | 0 | 110 | 10110100 | 1010011 | 111110 |
Color Harmonies of #4EEEEF
Complementary color
Monochromatic Colors of #4EEEEF
Black with #4EEEEF
Text Example
Text Example
White with #4EEEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEEEF; }
p { color: rgb(78,238,239); }
H1.HeaderClassName
{
color: #4EEEEF;
}
.AnyTagClassName
{
color: #4EEEEF;
}
</style>
background-color css
<style>
a { background-color: #4EEEEF; }
a { background-color: rgb(78,238,239); }
div.DivClassName
{
background-color: #4EEEEF;
}
.BgClassName
{
background-color: #4EEEEF;
}
</style>
border-color css
<style>
span { border-color: #4EEEEF; }
span { border-color: rgb(78,238,239); }
td.TdClassName
{
border-color: #4EEEEF;
}
.TagClassName
{
border-color: #4EEEEF;
}
</style>