Shades of Turquoise #4AEFD7
Tints of Turquoise #4AEFD7
RGB
CMYK
RGB Variations
Color information
#4AEFD7 (or 0x4AEFD7) is known color: Turquoise. HEX triplet: 4A, EF and D7. RGB value is (74,239,215). Sum of RGB (Red+Green+Blue) = 74+239+215=528 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.02% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #4AEFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AEFD7 is #B51028. Grayscale: #BABABA. Windows color (decimal): -11866153 or 14151498. OLE color: 14151498.
HSL color Cylindrical-coordinate representation of color #4AEFD7: hue angle of 171.27º 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 #4AEFD7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 239 | 215 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.06 |
| HSL | 171.27º | 0.84% | 0.61% | - |
| HSV(B) | 171.27º | 0.69% | 0.94% | - |
| XYZ | 45.96 | 68.1 | 75.01 | - |
| YUV | 186.93 | 143.84 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 239 | 215 | 0.69 | 0 | 0.10 | 0.06 | 171.27 | 0.84 | 0.61 |
| Hex | 4A | EF | D7 | 45 | 0 | A | 6 | AB | 54 | 3D |
| Octal | 112 | 357 | 327 | 105 | 0 | 12 | 6 | 253 | 124 | 75 |
| Binary | 1001010 | 11101111 | 11010111 | 1000101 | 0 | 1010 | 110 | 10101011 | 1010100 | 111101 |
Color Harmonies of #4AEFD7
Complementary color
Monochromatic Colors of #4AEFD7
Black with #4AEFD7
Text Example
Text Example
White with #4AEFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AEFD7; }
p { color: rgb(74,239,215); }
H1.HeaderClassName
{
color: #4AEFD7;
}
.AnyTagClassName
{
color: #4AEFD7;
}
</style>
background-color css
<style>
a { background-color: #4AEFD7; }
a { background-color: rgb(74,239,215); }
div.DivClassName
{
background-color: #4AEFD7;
}
.BgClassName
{
background-color: #4AEFD7;
}
</style>
border-color css
<style>
span { border-color: #4AEFD7; }
span { border-color: rgb(74,239,215); }
td.TdClassName
{
border-color: #4AEFD7;
}
.TagClassName
{
border-color: #4AEFD7;
}
</style>