Shades of Turquoise #4FFDDF
Tints of Turquoise #4FFDDF
RGB
CMYK
RGB Variations
Color information
#4FFDDF (or 0x4FFDDF) is known color: Turquoise. HEX triplet: 4F, FD and DF. RGB value is (79,253,223). Sum of RGB (Red+Green+Blue) = 79+253+223=555 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.23% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 253 - color contains mainly: green. Hex color #4FFDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFDDF is #B00220. Grayscale: #C5C5C5. Windows color (decimal): -11534881 or 14679375. OLE color: 14679375.
HSL color Cylindrical-coordinate representation of color #4FFDDF: hue angle of 169.66º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFDDF is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 79 | 253 | 223 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.01 |
| HSL | 169.66º | 0.98% | 0.65% | - |
| HSV(B) | 169.66º | 0.69% | 0.99% | - |
| XYZ | 51.67 | 77.24 | 82 | - |
| YUV | 197.55 | 142.35 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 253 | 223 | 0.69 | 0 | 0.12 | 0.01 | 169.66 | 0.98 | 0.65 |
| Hex | 4F | FD | DF | 45 | 0 | C | 1 | AA | 62 | 41 |
| Octal | 117 | 375 | 337 | 105 | 0 | 14 | 1 | 252 | 142 | 101 |
| Binary | 1001111 | 11111101 | 11011111 | 1000101 | 0 | 1100 | 1 | 10101010 | 1100010 | 1000001 |
Color Harmonies of #4FFDDF
Complementary color
Monochromatic Colors of #4FFDDF
Black with #4FFDDF
Text Example
Text Example
White with #4FFDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FFDDF; }
p { color: rgb(79,253,223); }
H1.HeaderClassName
{
color: #4FFDDF;
}
.AnyTagClassName
{
color: #4FFDDF;
}
</style>
background-color css
<style>
a { background-color: #4FFDDF; }
a { background-color: rgb(79,253,223); }
div.DivClassName
{
background-color: #4FFDDF;
}
.BgClassName
{
background-color: #4FFDDF;
}
</style>
border-color css
<style>
span { border-color: #4FFDDF; }
span { border-color: rgb(79,253,223); }
td.TdClassName
{
border-color: #4FFDDF;
}
.TagClassName
{
border-color: #4FFDDF;
}
</style>