Shades of Turquoise #4AF9D0
Tints of Turquoise #4AF9D0
RGB
CMYK
RGB Variations
Color information
#4AF9D0 (or 0x4AF9D0) is known color: Turquoise. HEX triplet: 4A, F9 and D0. RGB value is (74,249,208). Sum of RGB (Red+Green+Blue) = 74+249+208=531 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.94% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF9D0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF9D0 is #B5062F. Grayscale: #BFBFBF. Windows color (decimal): -11863600 or 13695306. OLE color: 13695306.
HSL color Cylindrical-coordinate representation of color #4AF9D0: hue angle of 165.94º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF9D0 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 249 | 208 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.02 |
| HSL | 165.94º | 0.94% | 0.63% | - |
| HSV(B) | 165.94º | 0.7% | 0.98% | - |
| XYZ | 48.08 | 73.76 | 71.38 | - |
| YUV | 192 | 137.02 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 249 | 208 | 0.70 | 0 | 0.16 | 0.02 | 165.94 | 0.94 | 0.63 |
| Hex | 4A | F9 | D0 | 46 | 0 | 10 | 2 | A6 | 5E | 3F |
| Octal | 112 | 371 | 320 | 106 | 0 | 20 | 2 | 246 | 136 | 77 |
| Binary | 1001010 | 11111001 | 11010000 | 1000110 | 0 | 10000 | 10 | 10100110 | 1011110 | 111111 |
Color Harmonies of #4AF9D0
Complementary color
Monochromatic Colors of #4AF9D0
Black with #4AF9D0
Text Example
Text Example
White with #4AF9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF9D0; }
p { color: rgb(74,249,208); }
H1.HeaderClassName
{
color: #4AF9D0;
}
.AnyTagClassName
{
color: #4AF9D0;
}
</style>
background-color css
<style>
a { background-color: #4AF9D0; }
a { background-color: rgb(74,249,208); }
div.DivClassName
{
background-color: #4AF9D0;
}
.BgClassName
{
background-color: #4AF9D0;
}
</style>
border-color css
<style>
span { border-color: #4AF9D0; }
span { border-color: rgb(74,249,208); }
td.TdClassName
{
border-color: #4AF9D0;
}
.TagClassName
{
border-color: #4AF9D0;
}
</style>