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