Shades of Turquoise #4AEFD1
Tints of Turquoise #4AEFD1
RGB
CMYK
RGB Variations
Color information
#4AEFD1 (or 0x4AEFD1) is known color: Turquoise. HEX triplet: 4A, EF and D1. RGB value is (74,239,209). Sum of RGB (Red+Green+Blue) = 74+239+209=522 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.18% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFD1 is #B5102E. Grayscale: #BABABA. Windows color (decimal): -11866159 or 13758282. OLE color: 13758282.
HSL color Cylindrical-coordinate representation of color #4AEFD1: hue angle of 169.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AEFD1 is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 209 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.06 |
| HSL | 169.09º | 0.84% | 0.61% | - |
| HSV(B) | 169.09º | 0.69% | 0.94% | - |
| XYZ | 45.2 | 67.79 | 71.02 | - |
| YUV | 186.25 | 140.84 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 209 | 0.69 | 0 | 0.13 | 0.06 | 169.09 | 0.84 | 0.61 |
| Hex | 4A | EF | D1 | 45 | 0 | D | 6 | A9 | 54 | 3D |
| Octal | 112 | 357 | 321 | 105 | 0 | 15 | 6 | 251 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11010001 | 1000101 | 0 | 1101 | 110 | 10101001 | 1010100 | 111101 |
Color Harmonies of #4AEFD1
Complementary color
Monochromatic Colors of #4AEFD1
Black with #4AEFD1
Text Example
Text Example
White with #4AEFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFD1; }
p { color: rgb(74,239,209); }
H1.HeaderClassName
{
color: #4AEFD1;
}
.AnyTagClassName
{
color: #4AEFD1;
}
</style>
background-color css
<style>
a { background-color: #4AEFD1; }
a { background-color: rgb(74,239,209); }
div.DivClassName
{
background-color: #4AEFD1;
}
.BgClassName
{
background-color: #4AEFD1;
}
</style>
border-color css
<style>
span { border-color: #4AEFD1; }
span { border-color: rgb(74,239,209); }
td.TdClassName
{
border-color: #4AEFD1;
}
.TagClassName
{
border-color: #4AEFD1;
}
</style>