Shades of Turquoise #4FDFCA
Tints of Turquoise #4FDFCA
RGB
CMYK
RGB Variations
Color information
#4FDFCA (or 0x4FDFCA) is known color: Turquoise. HEX triplet: 4F, DF and CA. RGB value is (79,223,202). Sum of RGB (Red+Green+Blue) = 79+223+202=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFCA is #B02035. Grayscale: #B1B1B1. Windows color (decimal): -11542582 or 13295439. OLE color: 13295439.
HSL color Cylindrical-coordinate representation of color #4FDFCA: hue angle of 171.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4FDFCA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 202 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.13 |
| HSL | 171.25º | 0.69% | 0.59% | - |
| HSV(B) | 171.25º | 0.65% | 0.87% | - |
| XYZ | 40.27 | 58.7 | 65.09 | - |
| YUV | 177.55 | 141.79 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 202 | 0.65 | 0 | 0.09 | 0.13 | 171.25 | 0.69 | 0.59 |
| Hex | 4F | DF | CA | 41 | 0 | 9 | D | AB | 45 | 3B |
| Octal | 117 | 337 | 312 | 101 | 0 | 11 | 15 | 253 | 105 | 73 |
| Binary | 1001111 | 11011111 | 11001010 | 1000001 | 0 | 1001 | 1101 | 10101011 | 1000101 | 111011 |
Color Harmonies of #4FDFCA
Complementary color
Monochromatic Colors of #4FDFCA
Black with #4FDFCA
Text Example
Text Example
White with #4FDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFCA; }
p { color: rgb(79,223,202); }
H1.HeaderClassName
{
color: #4FDFCA;
}
.AnyTagClassName
{
color: #4FDFCA;
}
</style>
background-color css
<style>
a { background-color: #4FDFCA; }
a { background-color: rgb(79,223,202); }
div.DivClassName
{
background-color: #4FDFCA;
}
.BgClassName
{
background-color: #4FDFCA;
}
</style>
border-color css
<style>
span { border-color: #4FDFCA; }
span { border-color: rgb(79,223,202); }
td.TdClassName
{
border-color: #4FDFCA;
}
.TagClassName
{
border-color: #4FDFCA;
}
</style>