Shades of Turquoise #4FEED3
Tints of Turquoise #4FEED3
RGB
CMYK
RGB Variations
Color information
#4FEED3 (or 0x4FEED3) is known color: Turquoise. HEX triplet: 4F, EE and D3. RGB value is (79,238,211). Sum of RGB (Red+Green+Blue) = 79+238+211=528 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.96% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #4FEED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEED3 is #B0112C. Grayscale: #BBBBBB. Windows color (decimal): -11538733 or 13889103. OLE color: 13889103.
HSL color Cylindrical-coordinate representation of color #4FEED3: hue angle of 169.81º degrees, saturation: 0.82, 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 #4FEED3 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 238 | 211 | - |
| CMYK | 0.67 | 0 | 0.11 | 0.07 |
| HSL | 169.81º | 0.82% | 0.62% | - |
| HSV(B) | 169.81º | 0.67% | 0.93% | - |
| XYZ | 45.56 | 67.51 | 72.26 | - |
| YUV | 187.38 | 141.32 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 238 | 211 | 0.67 | 0 | 0.11 | 0.07 | 169.81 | 0.82 | 0.62 |
| Hex | 4F | EE | D3 | 43 | 0 | B | 7 | AA | 52 | 3E |
| Octal | 117 | 356 | 323 | 103 | 0 | 13 | 7 | 252 | 122 | 76 |
| Binary | 1001111 | 11101110 | 11010011 | 1000011 | 0 | 1011 | 111 | 10101010 | 1010010 | 111110 |
Color Harmonies of #4FEED3
Complementary color
Monochromatic Colors of #4FEED3
Black with #4FEED3
Text Example
Text Example
White with #4FEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FEED3; }
p { color: rgb(79,238,211); }
H1.HeaderClassName
{
color: #4FEED3;
}
.AnyTagClassName
{
color: #4FEED3;
}
</style>
background-color css
<style>
a { background-color: #4FEED3; }
a { background-color: rgb(79,238,211); }
div.DivClassName
{
background-color: #4FEED3;
}
.BgClassName
{
background-color: #4FEED3;
}
</style>
border-color css
<style>
span { border-color: #4FEED3; }
span { border-color: rgb(79,238,211); }
td.TdClassName
{
border-color: #4FEED3;
}
.TagClassName
{
border-color: #4FEED3;
}
</style>