Shades of Turquoise #4AFCC0
Tints of Turquoise #4AFCC0
RGB
CMYK
RGB Variations
Color information
#4AFCC0 (or 0x4AFCC0) is known color: Turquoise. HEX triplet: 4A, FC and C0. RGB value is (74,252,192). Sum of RGB (Red+Green+Blue) = 74+252+192=518 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.29% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCC0 is #B5033F. Grayscale: #BFBFBF. Windows color (decimal): -11862848 or 12647498. OLE color: 12647498.
HSL color Cylindrical-coordinate representation of color #4AFCC0: hue angle of 159.78º 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 #4AFCC0 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 192 | - |
| CMYK | 0.71 | 0 | 0.24 | 0.01 |
| HSL | 159.78º | 0.97% | 0.64% | - |
| HSV(B) | 159.78º | 0.71% | 0.99% | - |
| XYZ | 47.15 | 74.88 | 61.84 | - |
| YUV | 191.94 | 128.03 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 192 | 0.71 | 0 | 0.24 | 0.01 | 159.78 | 0.97 | 0.64 |
| Hex | 4A | FC | C0 | 47 | 0 | 18 | 1 | A0 | 61 | 40 |
| Octal | 112 | 374 | 300 | 107 | 0 | 30 | 1 | 240 | 141 | 100 |
| Binary | 1001010 | 11111100 | 11000000 | 1000111 | 0 | 11000 | 1 | 10100000 | 1100001 | 1000000 |
Color Harmonies of #4AFCC0
Complementary color
Monochromatic Colors of #4AFCC0
Black with #4AFCC0
Text Example
Text Example
White with #4AFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCC0; }
p { color: rgb(74,252,192); }
H1.HeaderClassName
{
color: #4AFCC0;
}
.AnyTagClassName
{
color: #4AFCC0;
}
</style>
background-color css
<style>
a { background-color: #4AFCC0; }
a { background-color: rgb(74,252,192); }
div.DivClassName
{
background-color: #4AFCC0;
}
.BgClassName
{
background-color: #4AFCC0;
}
</style>
border-color css
<style>
span { border-color: #4AFCC0; }
span { border-color: rgb(74,252,192); }
td.TdClassName
{
border-color: #4AFCC0;
}
.TagClassName
{
border-color: #4AFCC0;
}
</style>