Shades of Turquoise #4AFCCC
Tints of Turquoise #4AFCCC
RGB
CMYK
RGB Variations
Color information
#4AFCCC (or 0x4AFCCC) is known color: Turquoise. HEX triplet: 4A, FC and CC. RGB value is (74,252,204). Sum of RGB (Red+Green+Blue) = 74+252+204=530 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.96% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #4AFCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFCCC is #B50333. Grayscale: #C1C1C1. Windows color (decimal): -11862836 or 13433930. OLE color: 13433930.
HSL color Cylindrical-coordinate representation of color #4AFCCC: hue angle of 163.82º 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 #4AFCCC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 252 | 204 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.01 |
| HSL | 163.82º | 0.97% | 0.64% | - |
| HSV(B) | 163.82º | 0.71% | 0.99% | - |
| XYZ | 48.53 | 75.44 | 69.13 | - |
| YUV | 193.31 | 134.03 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 252 | 204 | 0.71 | 0 | 0.19 | 0.01 | 163.82 | 0.97 | 0.64 |
| Hex | 4A | FC | CC | 47 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 112 | 374 | 314 | 107 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001010 | 11111100 | 11001100 | 1000111 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #4AFCCC
Complementary color
Monochromatic Colors of #4AFCCC
Black with #4AFCCC
Text Example
Text Example
White with #4AFCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFCCC; }
p { color: rgb(74,252,204); }
H1.HeaderClassName
{
color: #4AFCCC;
}
.AnyTagClassName
{
color: #4AFCCC;
}
</style>
background-color css
<style>
a { background-color: #4AFCCC; }
a { background-color: rgb(74,252,204); }
div.DivClassName
{
background-color: #4AFCCC;
}
.BgClassName
{
background-color: #4AFCCC;
}
</style>
border-color css
<style>
span { border-color: #4AFCCC; }
span { border-color: rgb(74,252,204); }
td.TdClassName
{
border-color: #4AFCCC;
}
.TagClassName
{
border-color: #4AFCCC;
}
</style>