Shades of Turquoise #4CFFDF
Tints of Turquoise #4CFFDF
RGB
CMYK
RGB Variations
Color information
#4CFFDF (or 0x4CFFDF) is known color: Turquoise. HEX triplet: 4C, FF and DF. RGB value is (76,255,223). Sum of RGB (Red+Green+Blue) = 76+255+223=554 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.72% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFDF is #B30020. Grayscale: #C5C5C5. Windows color (decimal): -11730977 or 14679884. OLE color: 14679884.
HSL color Cylindrical-coordinate representation of color #4CFFDF: hue angle of 169.27º 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 #4CFFDF is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 223 | - |
| CMYK | 0.70 | 0 | 0.13 | 0 |
| HSL | 169.27º | 1% | 0.65% | - |
| HSV(B) | 169.27º | 0.7% | 1% | - |
| XYZ | 52.06 | 78.38 | 82.2 | - |
| YUV | 197.83 | 142.2 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 223 | 0.70 | 0 | 0.13 | 0 | 169.27 | 1 | 0.65 |
| Hex | 4C | FF | DF | 46 | 0 | D | 0 | A9 | 64 | 41 |
| Octal | 114 | 377 | 337 | 106 | 0 | 15 | 0 | 251 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11011111 | 1000110 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000001 |
Color Harmonies of #4CFFDF
Complementary color
Monochromatic Colors of #4CFFDF
Black with #4CFFDF
Text Example
Text Example
White with #4CFFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFDF; }
p { color: rgb(76,255,223); }
H1.HeaderClassName
{
color: #4CFFDF;
}
.AnyTagClassName
{
color: #4CFFDF;
}
</style>
background-color css
<style>
a { background-color: #4CFFDF; }
a { background-color: rgb(76,255,223); }
div.DivClassName
{
background-color: #4CFFDF;
}
.BgClassName
{
background-color: #4CFFDF;
}
</style>
border-color css
<style>
span { border-color: #4CFFDF; }
span { border-color: rgb(76,255,223); }
td.TdClassName
{
border-color: #4CFFDF;
}
.TagClassName
{
border-color: #4CFFDF;
}
</style>