Shades of Turquoise #4FDFDE
Tints of Turquoise #4FDFDE
RGB
CMYK
RGB Variations
Color information
#4FDFDE (or 0x4FDFDE) is known color: Turquoise. HEX triplet: 4F, DF and DE. RGB value is (79,223,222). Sum of RGB (Red+Green+Blue) = 79+223+222=524 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.08% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFDE is #B02021. Grayscale: #B3B3B3. Windows color (decimal): -11542562 or 14606159. OLE color: 14606159.
HSL color Cylindrical-coordinate representation of color #4FDFDE: hue angle of 179.58º 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 #4FDFDE is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 222 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.13 |
| HSL | 179.58º | 0.69% | 0.59% | - |
| HSV(B) | 179.58º | 0.65% | 0.87% | - |
| XYZ | 42.8 | 59.71 | 78.38 | - |
| YUV | 179.83 | 151.79 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 222 | 0.65 | 0 | 0.00 | 0.13 | 179.58 | 0.69 | 0.59 |
| Hex | 4F | DF | DE | 41 | 0 | 0 | D | B4 | 45 | 3B |
| Octal | 117 | 337 | 336 | 101 | 0 | 0 | 15 | 264 | 105 | 73 |
| Binary | 1001111 | 11011111 | 11011110 | 1000001 | 0 | 0 | 1101 | 10110100 | 1000101 | 111011 |
Color Harmonies of #4FDFDE
Complementary color
Monochromatic Colors of #4FDFDE
Black with #4FDFDE
Text Example
Text Example
White with #4FDFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFDE; }
p { color: rgb(79,223,222); }
H1.HeaderClassName
{
color: #4FDFDE;
}
.AnyTagClassName
{
color: #4FDFDE;
}
</style>
background-color css
<style>
a { background-color: #4FDFDE; }
a { background-color: rgb(79,223,222); }
div.DivClassName
{
background-color: #4FDFDE;
}
.BgClassName
{
background-color: #4FDFDE;
}
</style>
border-color css
<style>
span { border-color: #4FDFDE; }
span { border-color: rgb(79,223,222); }
td.TdClassName
{
border-color: #4FDFDE;
}
.TagClassName
{
border-color: #4FDFDE;
}
</style>