Shades of Turquoise #4FFAD2
Tints of Turquoise #4FFAD2
RGB
CMYK
RGB Variations
Color information
#4FFAD2 (or 0x4FFAD2) is known color: Turquoise. HEX triplet: 4F, FA and D2. RGB value is (79,250,210). Sum of RGB (Red+Green+Blue) = 79+250+210=539 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.66% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #4FFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFAD2 is #B0052D. Grayscale: #C2C2C2. Windows color (decimal): -11535662 or 13826639. OLE color: 13826639.
HSL color Cylindrical-coordinate representation of color #4FFAD2: hue angle of 165.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FFAD2 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 79 | 250 | 210 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.02 |
| HSL | 165.96º | 0.94% | 0.65% | - |
| HSV(B) | 165.96º | 0.68% | 0.98% | - |
| XYZ | 49.04 | 74.69 | 72.8 | - |
| YUV | 194.31 | 136.85 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 250 | 210 | 0.68 | 0 | 0.16 | 0.02 | 165.96 | 0.94 | 0.65 |
| Hex | 4F | FA | D2 | 44 | 0 | 10 | 2 | A6 | 5E | 41 |
| Octal | 117 | 372 | 322 | 104 | 0 | 20 | 2 | 246 | 136 | 101 |
| Binary | 1001111 | 11111010 | 11010010 | 1000100 | 0 | 10000 | 10 | 10100110 | 1011110 | 1000001 |
Color Harmonies of #4FFAD2
Complementary color
Monochromatic Colors of #4FFAD2
Black with #4FFAD2
Text Example
Text Example
White with #4FFAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFAD2; }
p { color: rgb(79,250,210); }
H1.HeaderClassName
{
color: #4FFAD2;
}
.AnyTagClassName
{
color: #4FFAD2;
}
</style>
background-color css
<style>
a { background-color: #4FFAD2; }
a { background-color: rgb(79,250,210); }
div.DivClassName
{
background-color: #4FFAD2;
}
.BgClassName
{
background-color: #4FFAD2;
}
</style>
border-color css
<style>
span { border-color: #4FFAD2; }
span { border-color: rgb(79,250,210); }
td.TdClassName
{
border-color: #4FFAD2;
}
.TagClassName
{
border-color: #4FFAD2;
}
</style>