Shades of Turquoise #4EF9DD
Tints of Turquoise #4EF9DD
RGB
CMYK
RGB Variations
Color information
#4EF9DD (or 0x4EF9DD) is known color: Turquoise. HEX triplet: 4E, F9 and DD. RGB value is (78,249,221). Sum of RGB (Red+Green+Blue) = 78+249+221=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #4EF9DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF9DD is #B10622. Grayscale: #C2C2C2. Windows color (decimal): -11601443 or 14547278. OLE color: 14547278.
HSL color Cylindrical-coordinate representation of color #4EF9DD: hue angle of 170.18º degrees, saturation: 0.93, 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 #4EF9DD is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 249 | 221 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.02 |
| HSL | 170.18º | 0.93% | 0.64% | - |
| HSV(B) | 170.18º | 0.69% | 0.98% | - |
| XYZ | 50.07 | 74.59 | 80.17 | - |
| YUV | 194.68 | 142.85 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 249 | 221 | 0.69 | 0 | 0.11 | 0.02 | 170.18 | 0.93 | 0.64 |
| Hex | 4E | F9 | DD | 45 | 0 | B | 2 | AA | 5D | 40 |
| Octal | 116 | 371 | 335 | 105 | 0 | 13 | 2 | 252 | 135 | 100 |
| Binary | 1001110 | 11111001 | 11011101 | 1000101 | 0 | 1011 | 10 | 10101010 | 1011101 | 1000000 |
Color Harmonies of #4EF9DD
Complementary color
Monochromatic Colors of #4EF9DD
Black with #4EF9DD
Text Example
Text Example
White with #4EF9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EF9DD; }
p { color: rgb(78,249,221); }
H1.HeaderClassName
{
color: #4EF9DD;
}
.AnyTagClassName
{
color: #4EF9DD;
}
</style>
background-color css
<style>
a { background-color: #4EF9DD; }
a { background-color: rgb(78,249,221); }
div.DivClassName
{
background-color: #4EF9DD;
}
.BgClassName
{
background-color: #4EF9DD;
}
</style>
border-color css
<style>
span { border-color: #4EF9DD; }
span { border-color: rgb(78,249,221); }
td.TdClassName
{
border-color: #4EF9DD;
}
.TagClassName
{
border-color: #4EF9DD;
}
</style>