Shades of Turquoise #4CFCDF
Tints of Turquoise #4CFCDF
RGB
CMYK
RGB Variations
Color information
#4CFCDF (or 0x4CFCDF) is known color: Turquoise. HEX triplet: 4C, FC and DF. RGB value is (76,252,223). Sum of RGB (Red+Green+Blue) = 76+252+223=551 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.79% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCDF is #B30320. Grayscale: #C4C4C4. Windows color (decimal): -11731745 or 14679116. OLE color: 14679116.
HSL color Cylindrical-coordinate representation of color #4CFCDF: hue angle of 170.11º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCDF is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 223 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.01 |
| HSL | 170.11º | 0.97% | 0.64% | - |
| HSV(B) | 170.11º | 0.7% | 0.99% | - |
| XYZ | 51.11 | 76.49 | 81.88 | - |
| YUV | 196.07 | 143.19 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 223 | 0.70 | 0 | 0.12 | 0.01 | 170.11 | 0.97 | 0.64 |
| Hex | 4C | FC | DF | 46 | 0 | C | 1 | AA | 61 | 40 |
| Octal | 114 | 374 | 337 | 106 | 0 | 14 | 1 | 252 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11011111 | 1000110 | 0 | 1100 | 1 | 10101010 | 1100001 | 1000000 |
Color Harmonies of #4CFCDF
Complementary color
Monochromatic Colors of #4CFCDF
Black with #4CFCDF
Text Example
Text Example
White with #4CFCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCDF; }
p { color: rgb(76,252,223); }
H1.HeaderClassName
{
color: #4CFCDF;
}
.AnyTagClassName
{
color: #4CFCDF;
}
</style>
background-color css
<style>
a { background-color: #4CFCDF; }
a { background-color: rgb(76,252,223); }
div.DivClassName
{
background-color: #4CFCDF;
}
.BgClassName
{
background-color: #4CFCDF;
}
</style>
border-color css
<style>
span { border-color: #4CFCDF; }
span { border-color: rgb(76,252,223); }
td.TdClassName
{
border-color: #4CFCDF;
}
.TagClassName
{
border-color: #4CFCDF;
}
</style>