Shades of Turquoise #4AFDCC
Tints of Turquoise #4AFDCC
RGB
CMYK
RGB Variations
Color information
#4AFDCC (or 0x4AFDCC) is known color: Turquoise. HEX triplet: 4A, FD and CC. RGB value is (74,253,204). Sum of RGB (Red+Green+Blue) = 74+253+204=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDCC is #B50233. Grayscale: #C1C1C1. Windows color (decimal): -11862580 or 13434186. OLE color: 13434186.
HSL color Cylindrical-coordinate representation of color #4AFDCC: hue angle of 163.58º degrees, saturation: 0.98, 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 #4AFDCC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 204 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.01 |
| HSL | 163.58º | 0.98% | 0.64% | - |
| HSV(B) | 163.58º | 0.71% | 0.99% | - |
| XYZ | 48.85 | 76.07 | 69.23 | - |
| YUV | 193.89 | 133.7 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 204 | 0.71 | 0 | 0.19 | 0.01 | 163.58 | 0.98 | 0.64 |
| Hex | 4A | FD | CC | 47 | 0 | 13 | 1 | A4 | 62 | 40 |
| Octal | 112 | 375 | 314 | 107 | 0 | 23 | 1 | 244 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11001100 | 1000111 | 0 | 10011 | 1 | 10100100 | 1100010 | 1000000 |
Color Harmonies of #4AFDCC
Complementary color
Monochromatic Colors of #4AFDCC
Black with #4AFDCC
Text Example
Text Example
White with #4AFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDCC; }
p { color: rgb(74,253,204); }
H1.HeaderClassName
{
color: #4AFDCC;
}
.AnyTagClassName
{
color: #4AFDCC;
}
</style>
background-color css
<style>
a { background-color: #4AFDCC; }
a { background-color: rgb(74,253,204); }
div.DivClassName
{
background-color: #4AFDCC;
}
.BgClassName
{
background-color: #4AFDCC;
}
</style>
border-color css
<style>
span { border-color: #4AFDCC; }
span { border-color: rgb(74,253,204); }
td.TdClassName
{
border-color: #4AFDCC;
}
.TagClassName
{
border-color: #4AFDCC;
}
</style>