Shades of Turquoise #4CFAD4
Tints of Turquoise #4CFAD4
RGB
CMYK
RGB Variations
Color information
#4CFAD4 (or 0x4CFAD4) is known color: Turquoise. HEX triplet: 4C, FA and D4. RGB value is (76,250,212). Sum of RGB (Red+Green+Blue) = 76+250+212=538 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.13% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFAD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFAD4 is #B3052B. Grayscale: #C1C1C1. Windows color (decimal): -11732268 or 13957708. OLE color: 13957708.
HSL color Cylindrical-coordinate representation of color #4CFAD4: hue angle of 166.9º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFAD4 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 212 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.02 |
| HSL | 166.9º | 0.95% | 0.64% | - |
| HSV(B) | 166.9º | 0.7% | 0.98% | - |
| XYZ | 49.05 | 74.66 | 74.11 | - |
| YUV | 193.64 | 138.35 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 212 | 0.70 | 0 | 0.15 | 0.02 | 166.9 | 0.95 | 0.64 |
| Hex | 4C | FA | D4 | 46 | 0 | F | 2 | A7 | 5F | 40 |
| Octal | 114 | 372 | 324 | 106 | 0 | 17 | 2 | 247 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11010100 | 1000110 | 0 | 1111 | 10 | 10100111 | 1011111 | 1000000 |
Color Harmonies of #4CFAD4
Complementary color
Monochromatic Colors of #4CFAD4
Black with #4CFAD4
Text Example
Text Example
White with #4CFAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFAD4; }
p { color: rgb(76,250,212); }
H1.HeaderClassName
{
color: #4CFAD4;
}
.AnyTagClassName
{
color: #4CFAD4;
}
</style>
background-color css
<style>
a { background-color: #4CFAD4; }
a { background-color: rgb(76,250,212); }
div.DivClassName
{
background-color: #4CFAD4;
}
.BgClassName
{
background-color: #4CFAD4;
}
</style>
border-color css
<style>
span { border-color: #4CFAD4; }
span { border-color: rgb(76,250,212); }
td.TdClassName
{
border-color: #4CFAD4;
}
.TagClassName
{
border-color: #4CFAD4;
}
</style>