Shades of Turquoise #4AFFE4
Tints of Turquoise #4AFFE4
RGB
CMYK
RGB Variations
Color information
#4AFFE4 (or 0x4AFFE4) is known color: Turquoise. HEX triplet: 4A, FF and E4. RGB value is (74,255,228). Sum of RGB (Red+Green+Blue) = 74+255+228=557 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.29% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #4AFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFFE4 is #B5001B. Grayscale: #C5C5C5. Windows color (decimal): -11862044 or 15007562. OLE color: 15007562.
HSL color Cylindrical-coordinate representation of color #4AFFE4: hue angle of 171.05º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFFE4 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 255 | 228 | - |
| CMYK | 0.71 | 0 | 0.11 | 0 |
| HSL | 171.05º | 1% | 0.65% | - |
| HSV(B) | 171.05º | 0.71% | 1% | - |
| XYZ | 52.59 | 78.58 | 85.79 | - |
| YUV | 197.8 | 145.03 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 255 | 228 | 0.71 | 0 | 0.11 | 0 | 171.05 | 1 | 0.65 |
| Hex | 4A | FF | E4 | 47 | 0 | B | 0 | AB | 64 | 41 |
| Octal | 112 | 377 | 344 | 107 | 0 | 13 | 0 | 253 | 144 | 101 |
| Binary | 1001010 | 11111111 | 11100100 | 1000111 | 0 | 1011 | 0 | 10101011 | 1100100 | 1000001 |
Color Harmonies of #4AFFE4
Complementary color
Monochromatic Colors of #4AFFE4
Black with #4AFFE4
Text Example
Text Example
White with #4AFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFFE4; }
p { color: rgb(74,255,228); }
H1.HeaderClassName
{
color: #4AFFE4;
}
.AnyTagClassName
{
color: #4AFFE4;
}
</style>
background-color css
<style>
a { background-color: #4AFFE4; }
a { background-color: rgb(74,255,228); }
div.DivClassName
{
background-color: #4AFFE4;
}
.BgClassName
{
background-color: #4AFFE4;
}
</style>
border-color css
<style>
span { border-color: #4AFFE4; }
span { border-color: rgb(74,255,228); }
td.TdClassName
{
border-color: #4AFFE4;
}
.TagClassName
{
border-color: #4AFFE4;
}
</style>