Shades of Turquoise #4FECD4
Tints of Turquoise #4FECD4
RGB
CMYK
RGB Variations
Color information
#4FECD4 (or 0x4FECD4) is known color: Turquoise. HEX triplet: 4F, EC and D4. RGB value is (79,236,212). Sum of RGB (Red+Green+Blue) = 79+236+212=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #4FECD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FECD4 is #B0132B. Grayscale: #BABABA. Windows color (decimal): -11539244 or 13954127. OLE color: 13954127.
HSL color Cylindrical-coordinate representation of color #4FECD4: hue angle of 170.83º 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 #4FECD4 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 236 | 212 | - |
| CMYK | 0.67 | 0 | 0.10 | 0.07 |
| HSL | 170.83º | 0.81% | 0.62% | - |
| HSV(B) | 170.83º | 0.67% | 0.93% | - |
| XYZ | 45.1 | 66.41 | 72.73 | - |
| YUV | 186.32 | 142.49 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 236 | 212 | 0.67 | 0 | 0.10 | 0.07 | 170.83 | 0.81 | 0.62 |
| Hex | 4F | EC | D4 | 43 | 0 | A | 7 | AB | 51 | 3E |
| Octal | 117 | 354 | 324 | 103 | 0 | 12 | 7 | 253 | 121 | 76 |
| Binary | 1001111 | 11101100 | 11010100 | 1000011 | 0 | 1010 | 111 | 10101011 | 1010001 | 111110 |
Color Harmonies of #4FECD4
Complementary color
Monochromatic Colors of #4FECD4
Black with #4FECD4
Text Example
Text Example
White with #4FECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FECD4; }
p { color: rgb(79,236,212); }
H1.HeaderClassName
{
color: #4FECD4;
}
.AnyTagClassName
{
color: #4FECD4;
}
</style>
background-color css
<style>
a { background-color: #4FECD4; }
a { background-color: rgb(79,236,212); }
div.DivClassName
{
background-color: #4FECD4;
}
.BgClassName
{
background-color: #4FECD4;
}
</style>
border-color css
<style>
span { border-color: #4FECD4; }
span { border-color: rgb(79,236,212); }
td.TdClassName
{
border-color: #4FECD4;
}
.TagClassName
{
border-color: #4FECD4;
}
</style>