Shades of Turquoise #4EFAD2
Tints of Turquoise #4EFAD2
RGB
CMYK
RGB Variations
Color information
#4EFAD2 (or 0x4EFAD2) is known color: Turquoise. HEX triplet: 4E, FA and D2. RGB value is (78,250,210). Sum of RGB (Red+Green+Blue) = 78+250+210=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFAD2 is #B1052D. Grayscale: #C2C2C2. Windows color (decimal): -11601198 or 13826638. OLE color: 13826638.
HSL color Cylindrical-coordinate representation of color #4EFAD2: hue angle of 166.05º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFAD2 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 250 | 210 | - |
| CMYK | 0.69 | 0 | 0.16 | 0.02 |
| HSL | 166.05º | 0.95% | 0.64% | - |
| HSV(B) | 166.05º | 0.69% | 0.98% | - |
| XYZ | 48.96 | 74.64 | 72.8 | - |
| YUV | 194.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 250 | 210 | 0.69 | 0 | 0.16 | 0.02 | 166.05 | 0.95 | 0.64 |
| Hex | 4E | FA | D2 | 45 | 0 | 10 | 2 | A6 | 5F | 40 |
| Octal | 116 | 372 | 322 | 105 | 0 | 20 | 2 | 246 | 137 | 100 |
| Binary | 1001110 | 11111010 | 11010010 | 1000101 | 0 | 10000 | 10 | 10100110 | 1011111 | 1000000 |
Color Harmonies of #4EFAD2
Complementary color
Monochromatic Colors of #4EFAD2
Black with #4EFAD2
Text Example
Text Example
White with #4EFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EFAD2; }
p { color: rgb(78,250,210); }
H1.HeaderClassName
{
color: #4EFAD2;
}
.AnyTagClassName
{
color: #4EFAD2;
}
</style>
background-color css
<style>
a { background-color: #4EFAD2; }
a { background-color: rgb(78,250,210); }
div.DivClassName
{
background-color: #4EFAD2;
}
.BgClassName
{
background-color: #4EFAD2;
}
</style>
border-color css
<style>
span { border-color: #4EFAD2; }
span { border-color: rgb(78,250,210); }
td.TdClassName
{
border-color: #4EFAD2;
}
.TagClassName
{
border-color: #4EFAD2;
}
</style>