Shades of Turquoise #4EFDD2
Tints of Turquoise #4EFDD2
RGB
CMYK
RGB Variations
Color information
#4EFDD2 (or 0x4EFDD2) is known color: Turquoise. HEX triplet: 4E, FD and D2. RGB value is (78,253,210). Sum of RGB (Red+Green+Blue) = 78+253+210=541 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.42% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDD2 is #B1022D. Grayscale: #C3C3C3. Windows color (decimal): -11600430 or 13827406. OLE color: 13827406.
HSL color Cylindrical-coordinate representation of color #4EFDD2: hue angle of 165.26º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFDD2 is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 253 | 210 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.01 |
| HSL | 165.26º | 0.98% | 0.65% | - |
| HSV(B) | 165.26º | 0.69% | 0.99% | - |
| XYZ | 49.9 | 76.52 | 73.11 | - |
| YUV | 195.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 253 | 210 | 0.69 | 0 | 0.17 | 0.01 | 165.26 | 0.98 | 0.65 |
| Hex | 4E | FD | D2 | 45 | 0 | 11 | 1 | A5 | 62 | 41 |
| Octal | 116 | 375 | 322 | 105 | 0 | 21 | 1 | 245 | 142 | 101 |
| Binary | 1001110 | 11111101 | 11010010 | 1000101 | 0 | 10001 | 1 | 10100101 | 1100010 | 1000001 |
Color Harmonies of #4EFDD2
Complementary color
Monochromatic Colors of #4EFDD2
Black with #4EFDD2
Text Example
Text Example
White with #4EFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFDD2; }
p { color: rgb(78,253,210); }
H1.HeaderClassName
{
color: #4EFDD2;
}
.AnyTagClassName
{
color: #4EFDD2;
}
</style>
background-color css
<style>
a { background-color: #4EFDD2; }
a { background-color: rgb(78,253,210); }
div.DivClassName
{
background-color: #4EFDD2;
}
.BgClassName
{
background-color: #4EFDD2;
}
</style>
border-color css
<style>
span { border-color: #4EFDD2; }
span { border-color: rgb(78,253,210); }
td.TdClassName
{
border-color: #4EFDD2;
}
.TagClassName
{
border-color: #4EFDD2;
}
</style>