Shades of Turquoise #4AFBD0
Tints of Turquoise #4AFBD0
RGB
CMYK
RGB Variations
Color information
#4AFBD0 (or 0x4AFBD0) is known color: Turquoise. HEX triplet: 4A, FB and D0. RGB value is (74,251,208). Sum of RGB (Red+Green+Blue) = 74+251+208=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #4AFBD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFBD0 is #B5042F. Grayscale: #C1C1C1. Windows color (decimal): -11863088 or 13695818. OLE color: 13695818.
HSL color Cylindrical-coordinate representation of color #4AFBD0: hue angle of 165.42º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AFBD0 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 251 | 208 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.02 |
| HSL | 165.42º | 0.96% | 0.64% | - |
| HSV(B) | 165.42º | 0.71% | 0.98% | - |
| XYZ | 48.71 | 75 | 71.58 | - |
| YUV | 193.18 | 136.36 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 251 | 208 | 0.71 | 0 | 0.17 | 0.02 | 165.42 | 0.96 | 0.64 |
| Hex | 4A | FB | D0 | 47 | 0 | 11 | 2 | A5 | 60 | 40 |
| Octal | 112 | 373 | 320 | 107 | 0 | 21 | 2 | 245 | 140 | 100 |
| Binary | 1001010 | 11111011 | 11010000 | 1000111 | 0 | 10001 | 10 | 10100101 | 1100000 | 1000000 |
Color Harmonies of #4AFBD0
Complementary color
Monochromatic Colors of #4AFBD0
Black with #4AFBD0
Text Example
Text Example
White with #4AFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFBD0; }
p { color: rgb(74,251,208); }
H1.HeaderClassName
{
color: #4AFBD0;
}
.AnyTagClassName
{
color: #4AFBD0;
}
</style>
background-color css
<style>
a { background-color: #4AFBD0; }
a { background-color: rgb(74,251,208); }
div.DivClassName
{
background-color: #4AFBD0;
}
.BgClassName
{
background-color: #4AFBD0;
}
</style>
border-color css
<style>
span { border-color: #4AFBD0; }
span { border-color: rgb(74,251,208); }
td.TdClassName
{
border-color: #4AFBD0;
}
.TagClassName
{
border-color: #4AFBD0;
}
</style>