Shades of Turquoise #4FEDD3
Tints of Turquoise #4FEDD3
RGB
CMYK
RGB Variations
Color information
#4FEDD3 (or 0x4FEDD3) is known color: Turquoise. HEX triplet: 4F, ED and D3. RGB value is (79,237,211). Sum of RGB (Red+Green+Blue) = 79+237+211=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 237 (92.97% from 255 or 44.97% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDD3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDD3 is #B0122C. Grayscale: #BABABA. Windows color (decimal): -11538989 or 13888847. OLE color: 13888847.
HSL color Cylindrical-coordinate representation of color #4FEDD3: hue angle of 170.13º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEDD3 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 237 | 211 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.07 |
| HSL | 170.13º | 0.81% | 0.62% | - |
| HSV(B) | 170.13º | 0.67% | 0.93% | - |
| XYZ | 45.27 | 66.93 | 72.16 | - |
| YUV | 186.79 | 141.65 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 237 | 211 | 0.67 | 0 | 0.11 | 0.07 | 170.13 | 0.81 | 0.62 |
| Hex | 4F | ED | D3 | 43 | 0 | B | 7 | AA | 51 | 3E |
| Octal | 117 | 355 | 323 | 103 | 0 | 13 | 7 | 252 | 121 | 76 |
| Binary | 1001111 | 11101101 | 11010011 | 1000011 | 0 | 1011 | 111 | 10101010 | 1010001 | 111110 |
Color Harmonies of #4FEDD3
Complementary color
Monochromatic Colors of #4FEDD3
Black with #4FEDD3
Text Example
Text Example
White with #4FEDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEDD3; }
p { color: rgb(79,237,211); }
H1.HeaderClassName
{
color: #4FEDD3;
}
.AnyTagClassName
{
color: #4FEDD3;
}
</style>
background-color css
<style>
a { background-color: #4FEDD3; }
a { background-color: rgb(79,237,211); }
div.DivClassName
{
background-color: #4FEDD3;
}
.BgClassName
{
background-color: #4FEDD3;
}
</style>
border-color css
<style>
span { border-color: #4FEDD3; }
span { border-color: rgb(79,237,211); }
td.TdClassName
{
border-color: #4FEDD3;
}
.TagClassName
{
border-color: #4FEDD3;
}
</style>