Shades of Turquoise #4AFDD0
Tints of Turquoise #4AFDD0
RGB
CMYK
RGB Variations
Color information
#4AFDD0 (or 0x4AFDD0) is known color: Turquoise. HEX triplet: 4A, FD and D0. RGB value is (74,253,208). Sum of RGB (Red+Green+Blue) = 74+253+208=535 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.83% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #4AFDD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFDD0 is #B5022F. Grayscale: #C2C2C2. Windows color (decimal): -11862576 or 13696330. OLE color: 13696330.
HSL color Cylindrical-coordinate representation of color #4AFDD0: hue angle of 164.92º 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 #4AFDD0 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 253 | 208 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.01 |
| HSL | 164.92º | 0.98% | 0.64% | - |
| HSV(B) | 164.92º | 0.71% | 0.99% | - |
| XYZ | 49.33 | 76.26 | 71.79 | - |
| YUV | 194.35 | 135.7 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 253 | 208 | 0.71 | 0 | 0.18 | 0.01 | 164.92 | 0.98 | 0.64 |
| Hex | 4A | FD | D0 | 47 | 0 | 12 | 1 | A5 | 62 | 40 |
| Octal | 112 | 375 | 320 | 107 | 0 | 22 | 1 | 245 | 142 | 100 |
| Binary | 1001010 | 11111101 | 11010000 | 1000111 | 0 | 10010 | 1 | 10100101 | 1100010 | 1000000 |
Color Harmonies of #4AFDD0
Complementary color
Monochromatic Colors of #4AFDD0
Black with #4AFDD0
Text Example
Text Example
White with #4AFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFDD0; }
p { color: rgb(74,253,208); }
H1.HeaderClassName
{
color: #4AFDD0;
}
.AnyTagClassName
{
color: #4AFDD0;
}
</style>
background-color css
<style>
a { background-color: #4AFDD0; }
a { background-color: rgb(74,253,208); }
div.DivClassName
{
background-color: #4AFDD0;
}
.BgClassName
{
background-color: #4AFDD0;
}
</style>
border-color css
<style>
span { border-color: #4AFDD0; }
span { border-color: rgb(74,253,208); }
td.TdClassName
{
border-color: #4AFDD0;
}
.TagClassName
{
border-color: #4AFDD0;
}
</style>