Shades of Turquoise #4AFAD2
Tints of Turquoise #4AFAD2
RGB
CMYK
RGB Variations
Color information
#4AFAD2 (or 0x4AFAD2) is known color: Turquoise. HEX triplet: 4A, FA and D2. RGB value is (74,250,210). Sum of RGB (Red+Green+Blue) = 74+250+210=534 (70% of max value = 765). Red value is 74 (29.30% from 255 or 13.86% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFAD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4AFAD2 is #B5052D. Grayscale: #C0C0C0. Windows color (decimal): -11863342 or 13826634. OLE color: 13826634.
HSL color Cylindrical-coordinate representation of color #4AFAD2: hue angle of 166.36º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AFAD2 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 74 | 250 | 210 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.02 |
| HSL | 166.36º | 0.95% | 0.64% | - |
| HSV(B) | 166.36º | 0.7% | 0.98% | - |
| XYZ | 48.64 | 74.48 | 72.79 | - |
| YUV | 192.82 | 137.69 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 250 | 210 | 0.70 | 0 | 0.16 | 0.02 | 166.36 | 0.95 | 0.64 |
| Hex | 4A | FA | D2 | 46 | 0 | 10 | 2 | A6 | 5F | 40 |
| Octal | 112 | 372 | 322 | 106 | 0 | 20 | 2 | 246 | 137 | 100 |
| Binary | 1001010 | 11111010 | 11010010 | 1000110 | 0 | 10000 | 10 | 10100110 | 1011111 | 1000000 |
Color Harmonies of #4AFAD2
Complementary color
Monochromatic Colors of #4AFAD2
Black with #4AFAD2
Text Example
Text Example
White with #4AFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AFAD2; }
p { color: rgb(74,250,210); }
H1.HeaderClassName
{
color: #4AFAD2;
}
.AnyTagClassName
{
color: #4AFAD2;
}
</style>
background-color css
<style>
a { background-color: #4AFAD2; }
a { background-color: rgb(74,250,210); }
div.DivClassName
{
background-color: #4AFAD2;
}
.BgClassName
{
background-color: #4AFAD2;
}
</style>
border-color css
<style>
span { border-color: #4AFAD2; }
span { border-color: rgb(74,250,210); }
td.TdClassName
{
border-color: #4AFAD2;
}
.TagClassName
{
border-color: #4AFAD2;
}
</style>