Shades of Turquoise #4AF0DB
Tints of Turquoise #4AF0DB
RGB
CMYK
RGB Variations
Color information
#4AF0DB (or 0x4AF0DB) is known color: Turquoise. HEX triplet: 4A, F0 and DB. RGB value is (74,240,219). Sum of RGB (Red+Green+Blue) = 74+240+219=533 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.88% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF0DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AF0DB is #B50F24. Grayscale: #BBBBBB. Windows color (decimal): -11865893 or 14413898. OLE color: 14413898.
HSL color Cylindrical-coordinate representation of color #4AF0DB: hue angle of 172.41º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF0DB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 74 | 240 | 219 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.06 |
| HSL | 172.41º | 0.85% | 0.62% | - |
| HSV(B) | 172.41º | 0.69% | 0.94% | - |
| XYZ | 46.77 | 68.89 | 77.85 | - |
| YUV | 187.97 | 145.5 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 240 | 219 | 0.69 | 0 | 0.09 | 0.06 | 172.41 | 0.85 | 0.62 |
| Hex | 4A | F0 | DB | 45 | 0 | 9 | 6 | AC | 55 | 3E |
| Octal | 112 | 360 | 333 | 105 | 0 | 11 | 6 | 254 | 125 | 76 |
| Binary | 1001010 | 11110000 | 11011011 | 1000101 | 0 | 1001 | 110 | 10101100 | 1010101 | 111110 |
Color Harmonies of #4AF0DB
Complementary color
Monochromatic Colors of #4AF0DB
Black with #4AF0DB
Text Example
Text Example
White with #4AF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AF0DB; }
p { color: rgb(74,240,219); }
H1.HeaderClassName
{
color: #4AF0DB;
}
.AnyTagClassName
{
color: #4AF0DB;
}
</style>
background-color css
<style>
a { background-color: #4AF0DB; }
a { background-color: rgb(74,240,219); }
div.DivClassName
{
background-color: #4AF0DB;
}
.BgClassName
{
background-color: #4AF0DB;
}
</style>
border-color css
<style>
span { border-color: #4AF0DB; }
span { border-color: rgb(74,240,219); }
td.TdClassName
{
border-color: #4AF0DB;
}
.TagClassName
{
border-color: #4AF0DB;
}
</style>