Shades of Turquoise #4CFFD6
Tints of Turquoise #4CFFD6
RGB
CMYK
RGB Variations
Color information
#4CFFD6 (or 0x4CFFD6) is known color: Turquoise. HEX triplet: 4C, FF and D6. RGB value is (76,255,214). Sum of RGB (Red+Green+Blue) = 76+255+214=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFD6 is #B30029. Grayscale: #C4C4C4. Windows color (decimal): -11730986 or 14090060. OLE color: 14090060.
HSL color Cylindrical-coordinate representation of color #4CFFD6: hue angle of 166.26º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFFD6 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 214 | - |
| CMYK | 0.70 | 0 | 0.16 | 0 |
| HSL | 166.26º | 1% | 0.65% | - |
| HSV(B) | 166.26º | 0.7% | 1% | - |
| XYZ | 50.88 | 77.91 | 75.98 | - |
| YUV | 196.81 | 137.7 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 214 | 0.70 | 0 | 0.16 | 0 | 166.26 | 1 | 0.65 |
| Hex | 4C | FF | D6 | 46 | 0 | 10 | 0 | A6 | 64 | 41 |
| Octal | 114 | 377 | 326 | 106 | 0 | 20 | 0 | 246 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11010110 | 1000110 | 0 | 10000 | 0 | 10100110 | 1100100 | 1000001 |
Color Harmonies of #4CFFD6
Complementary color
Monochromatic Colors of #4CFFD6
Black with #4CFFD6
Text Example
Text Example
White with #4CFFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFD6; }
p { color: rgb(76,255,214); }
H1.HeaderClassName
{
color: #4CFFD6;
}
.AnyTagClassName
{
color: #4CFFD6;
}
</style>
background-color css
<style>
a { background-color: #4CFFD6; }
a { background-color: rgb(76,255,214); }
div.DivClassName
{
background-color: #4CFFD6;
}
.BgClassName
{
background-color: #4CFFD6;
}
</style>
border-color css
<style>
span { border-color: #4CFFD6; }
span { border-color: rgb(76,255,214); }
td.TdClassName
{
border-color: #4CFFD6;
}
.TagClassName
{
border-color: #4CFFD6;
}
</style>