Shades of Medium Turquoise #4FCAD1
Tints of Medium Turquoise #4FCAD1
RGB
CMYK
RGB Variations
Color information
#4FCAD1 (or 0x4FCAD1) is known color: Medium Turquoise. HEX triplet: 4F, CA and D1. RGB value is (79,202,209). Sum of RGB (Red+Green+Blue) = 79+202+209=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #4FCAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCAD1 is #B0352E. Grayscale: #A5A5A5. Windows color (decimal): -11547951 or 13748815. OLE color: 13748815.
HSL color Cylindrical-coordinate representation of color #4FCAD1: hue angle of 183.23º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCAD1 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 202 | 209 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.18 |
| HSL | 183.23º | 0.59% | 0.56% | - |
| HSV(B) | 183.23º | 0.62% | 0.82% | - |
| XYZ | 35.85 | 48.51 | 67.79 | - |
| YUV | 166.02 | 152.25 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 202 | 209 | 0.62 | 0.03 | 0 | 0.18 | 183.23 | 0.59 | 0.56 |
| Hex | 4F | CA | D1 | 3E | 3 | 0 | 12 | B7 | 3B | 38 |
| Octal | 117 | 312 | 321 | 76 | 3 | 0 | 22 | 267 | 73 | 70 |
| Binary | 1001111 | 11001010 | 11010001 | 111110 | 11 | 0 | 10010 | 10110111 | 111011 | 111000 |
Color Harmonies of #4FCAD1
Complementary color
Monochromatic Colors of #4FCAD1
Black with #4FCAD1
Text Example
Text Example
White with #4FCAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCAD1; }
p { color: rgb(79,202,209); }
H1.HeaderClassName
{
color: #4FCAD1;
}
.AnyTagClassName
{
color: #4FCAD1;
}
</style>
background-color css
<style>
a { background-color: #4FCAD1; }
a { background-color: rgb(79,202,209); }
div.DivClassName
{
background-color: #4FCAD1;
}
.BgClassName
{
background-color: #4FCAD1;
}
</style>
border-color css
<style>
span { border-color: #4FCAD1; }
span { border-color: rgb(79,202,209); }
td.TdClassName
{
border-color: #4FCAD1;
}
.TagClassName
{
border-color: #4FCAD1;
}
</style>