Shades of Turquoise #4AFCE4
Tints of Turquoise #4AFCE4
RGB
CMYK
RGB Variations
Color information
#4AFCE4 (or 0x4AFCE4) is known color: Turquoise. HEX triplet: 4A, FC and E4. RGB value is (74,252,228). Sum of RGB (Red+Green+Blue) = 74+252+228=554 (73% of max value = 765). Red value is 74 (29.30% from 255 or 13.36% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCE4 is #B5031B. Grayscale: #C3C3C3. Windows color (decimal): -11862812 or 15006794. OLE color: 15006794.
HSL color Cylindrical-coordinate representation of color #4AFCE4: hue angle of 171.91º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFCE4 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 228 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.01 |
| HSL | 171.91º | 0.97% | 0.64% | - |
| HSV(B) | 171.91º | 0.71% | 0.99% | - |
| XYZ | 51.64 | 76.68 | 85.48 | - |
| YUV | 196.04 | 146.03 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 228 | 0.71 | 0 | 0.10 | 0.01 | 171.91 | 0.97 | 0.64 |
| Hex | 4A | FC | E4 | 47 | 0 | A | 1 | AC | 61 | 40 |
| Octal | 112 | 374 | 344 | 107 | 0 | 12 | 1 | 254 | 141 | 100 |
| Binary | 1001010 | 11111100 | 11100100 | 1000111 | 0 | 1010 | 1 | 10101100 | 1100001 | 1000000 |
Color Harmonies of #4AFCE4
Complementary color
Monochromatic Colors of #4AFCE4
Black with #4AFCE4
Text Example
Text Example
White with #4AFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCE4; }
p { color: rgb(74,252,228); }
H1.HeaderClassName
{
color: #4AFCE4;
}
.AnyTagClassName
{
color: #4AFCE4;
}
</style>
background-color css
<style>
a { background-color: #4AFCE4; }
a { background-color: rgb(74,252,228); }
div.DivClassName
{
background-color: #4AFCE4;
}
.BgClassName
{
background-color: #4AFCE4;
}
</style>
border-color css
<style>
span { border-color: #4AFCE4; }
span { border-color: rgb(74,252,228); }
td.TdClassName
{
border-color: #4AFCE4;
}
.TagClassName
{
border-color: #4AFCE4;
}
</style>