Shades of Turquoise #4AEFD9
Tints of Turquoise #4AEFD9
RGB
CMYK
RGB Variations
Color information
#4AEFD9 (or 0x4AEFD9) is known color: Turquoise. HEX triplet: 4A, EF and D9. RGB value is (74,239,217). Sum of RGB (Red+Green+Blue) = 74+239+217=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFD9 is #B51026. Grayscale: #BBBBBB. Windows color (decimal): -11866151 or 14282570. OLE color: 14282570.
HSL color Cylindrical-coordinate representation of color #4AEFD9: hue angle of 172º 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 #4AEFD9 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 217 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.06 |
| HSL | 172º | 0.84% | 0.61% | - |
| HSV(B) | 172º | 0.69% | 0.94% | - |
| XYZ | 46.21 | 68.2 | 76.37 | - |
| YUV | 187.16 | 144.84 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 217 | 0.69 | 0 | 0.09 | 0.06 | 172 | 0.84 | 0.61 |
| Hex | 4A | EF | D9 | 45 | 0 | 9 | 6 | AC | 54 | 3D |
| Octal | 112 | 357 | 331 | 105 | 0 | 11 | 6 | 254 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11011001 | 1000101 | 0 | 1001 | 110 | 10101100 | 1010100 | 111101 |
Color Harmonies of #4AEFD9
Complementary color
Monochromatic Colors of #4AEFD9
Black with #4AEFD9
Text Example
Text Example
White with #4AEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFD9; }
p { color: rgb(74,239,217); }
H1.HeaderClassName
{
color: #4AEFD9;
}
.AnyTagClassName
{
color: #4AEFD9;
}
</style>
background-color css
<style>
a { background-color: #4AEFD9; }
a { background-color: rgb(74,239,217); }
div.DivClassName
{
background-color: #4AEFD9;
}
.BgClassName
{
background-color: #4AEFD9;
}
</style>
border-color css
<style>
span { border-color: #4AEFD9; }
span { border-color: rgb(74,239,217); }
td.TdClassName
{
border-color: #4AEFD9;
}
.TagClassName
{
border-color: #4AEFD9;
}
</style>