Shades of Medium Turquoise #4FCAD2
Tints of Medium Turquoise #4FCAD2
RGB
CMYK
RGB Variations
Color information
#4FCAD2 (or 0x4FCAD2) is known color: Medium Turquoise. HEX triplet: 4F, CA and D2. RGB value is (79,202,210). Sum of RGB (Red+Green+Blue) = 79+202+210=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 210 (82.42% from 255 or 42.77% from 491); Max value from RGB is 210 - color contains mainly: blue. Hex color #4FCAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAD2 is #B0352D. Grayscale: #A5A5A5. Windows color (decimal): -11547950 or 13814351. OLE color: 13814351.
HSL color Cylindrical-coordinate representation of color #4FCAD2: hue angle of 183.66º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCAD2 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 202 | 210 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.18 |
| HSL | 183.66º | 0.59% | 0.57% | - |
| HSV(B) | 183.66º | 0.62% | 0.82% | - |
| XYZ | 35.98 | 48.56 | 68.45 | - |
| YUV | 166.14 | 152.75 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 210 | 0.62 | 0.04 | 0 | 0.18 | 183.66 | 0.59 | 0.57 |
| Hex | 4F | CA | D2 | 3E | 4 | 0 | 12 | B8 | 3B | 39 |
| Octal | 117 | 312 | 322 | 76 | 4 | 0 | 22 | 270 | 73 | 71 |
| Binary | 1001111 | 11001010 | 11010010 | 111110 | 100 | 0 | 10010 | 10111000 | 111011 | 111001 |
Color Harmonies of #4FCAD2
Complementary color
Monochromatic Colors of #4FCAD2
Black with #4FCAD2
Text Example
Text Example
White with #4FCAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAD2; }
p { color: rgb(79,202,210); }
H1.HeaderClassName
{
color: #4FCAD2;
}
.AnyTagClassName
{
color: #4FCAD2;
}
</style>
background-color css
<style>
a { background-color: #4FCAD2; }
a { background-color: rgb(79,202,210); }
div.DivClassName
{
background-color: #4FCAD2;
}
.BgClassName
{
background-color: #4FCAD2;
}
</style>
border-color css
<style>
span { border-color: #4FCAD2; }
span { border-color: rgb(79,202,210); }
td.TdClassName
{
border-color: #4FCAD2;
}
.TagClassName
{
border-color: #4FCAD2;
}
</style>