Shades of Turquoise #4FDFD3
Tints of Turquoise #4FDFD3
RGB
CMYK
RGB Variations
Color information
#4FDFD3 (or 0x4FDFD3) is known color: Turquoise. HEX triplet: 4F, DF and D3. RGB value is (79,223,211). Sum of RGB (Red+Green+Blue) = 79+223+211=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFD3 is #B0202C. Grayscale: #B2B2B2. Windows color (decimal): -11542573 or 13885263. OLE color: 13885263.
HSL color Cylindrical-coordinate representation of color #4FDFD3: hue angle of 175º 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 #4FDFD3 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 223 | 211 | - |
| CMYK | 0.65 | 0 | 0.05 | 0.13 |
| HSL | 175º | 0.69% | 0.59% | - |
| HSV(B) | 175º | 0.65% | 0.87% | - |
| XYZ | 41.37 | 59.14 | 70.86 | - |
| YUV | 178.58 | 146.29 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 223 | 211 | 0.65 | 0 | 0.05 | 0.13 | 175 | 0.69 | 0.59 |
| Hex | 4F | DF | D3 | 41 | 0 | 5 | D | AF | 45 | 3B |
| Octal | 117 | 337 | 323 | 101 | 0 | 5 | 15 | 257 | 105 | 73 |
| Binary | 1001111 | 11011111 | 11010011 | 1000001 | 0 | 101 | 1101 | 10101111 | 1000101 | 111011 |
Color Harmonies of #4FDFD3
Complementary color
Monochromatic Colors of #4FDFD3
Black with #4FDFD3
Text Example
Text Example
White with #4FDFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDFD3; }
p { color: rgb(79,223,211); }
H1.HeaderClassName
{
color: #4FDFD3;
}
.AnyTagClassName
{
color: #4FDFD3;
}
</style>
background-color css
<style>
a { background-color: #4FDFD3; }
a { background-color: rgb(79,223,211); }
div.DivClassName
{
background-color: #4FDFD3;
}
.BgClassName
{
background-color: #4FDFD3;
}
</style>
border-color css
<style>
span { border-color: #4FDFD3; }
span { border-color: rgb(79,223,211); }
td.TdClassName
{
border-color: #4FDFD3;
}
.TagClassName
{
border-color: #4FDFD3;
}
</style>