Shades of Turquoise #4FDFDC
Tints of Turquoise #4FDFDC
RGB
CMYK
RGB Variations
Color information
#4FDFDC (or 0x4FDFDC) is known color: Turquoise. HEX triplet: 4F, DF and DC. RGB value is (79,223,220). Sum of RGB (Red+Green+Blue) = 79+223+220=522 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.13% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFDC is #B02023. Grayscale: #B3B3B3. Windows color (decimal): -11542564 or 14475087. OLE color: 14475087.
HSL color Cylindrical-coordinate representation of color #4FDFDC: hue angle of 178.75º 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 #4FDFDC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 220 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.13 |
| HSL | 178.75º | 0.69% | 0.59% | - |
| HSV(B) | 178.75º | 0.65% | 0.87% | - |
| XYZ | 42.53 | 59.6 | 76.97 | - |
| YUV | 179.6 | 150.79 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 220 | 0.65 | 0 | 0.01 | 0.13 | 178.75 | 0.69 | 0.59 |
| Hex | 4F | DF | DC | 41 | 0 | 1 | D | B3 | 45 | 3B |
| Octal | 117 | 337 | 334 | 101 | 0 | 1 | 15 | 263 | 105 | 73 |
| Binary | 1001111 | 11011111 | 11011100 | 1000001 | 0 | 1 | 1101 | 10110011 | 1000101 | 111011 |
Color Harmonies of #4FDFDC
Complementary color
Monochromatic Colors of #4FDFDC
Black with #4FDFDC
Text Example
Text Example
White with #4FDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFDC; }
p { color: rgb(79,223,220); }
H1.HeaderClassName
{
color: #4FDFDC;
}
.AnyTagClassName
{
color: #4FDFDC;
}
</style>
background-color css
<style>
a { background-color: #4FDFDC; }
a { background-color: rgb(79,223,220); }
div.DivClassName
{
background-color: #4FDFDC;
}
.BgClassName
{
background-color: #4FDFDC;
}
</style>
border-color css
<style>
span { border-color: #4FDFDC; }
span { border-color: rgb(79,223,220); }
td.TdClassName
{
border-color: #4FDFDC;
}
.TagClassName
{
border-color: #4FDFDC;
}
</style>