Shades of Turquoise #4CFCCA
Tints of Turquoise #4CFCCA
RGB
CMYK
RGB Variations
Color information
#4CFCCA (or 0x4CFCCA) is known color: Turquoise. HEX triplet: 4C, FC and CA. RGB value is (76,252,202). Sum of RGB (Red+Green+Blue) = 76+252+202=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCCA is #B30335. Grayscale: #C1C1C1. Windows color (decimal): -11731766 or 13302860. OLE color: 13302860.
HSL color Cylindrical-coordinate representation of color #4CFCCA: hue angle of 162.95º 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 #4CFCCA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 202 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.01 |
| HSL | 162.95º | 0.97% | 0.64% | - |
| HSV(B) | 162.95º | 0.7% | 0.99% | - |
| XYZ | 48.45 | 75.42 | 67.88 | - |
| YUV | 193.68 | 132.69 | 44.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 202 | 0.70 | 0 | 0.20 | 0.01 | 162.95 | 0.97 | 0.64 |
| Hex | 4C | FC | CA | 46 | 0 | 14 | 1 | A3 | 61 | 40 |
| Octal | 114 | 374 | 312 | 106 | 0 | 24 | 1 | 243 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11001010 | 1000110 | 0 | 10100 | 1 | 10100011 | 1100001 | 1000000 |
Color Harmonies of #4CFCCA
Complementary color
Monochromatic Colors of #4CFCCA
Black with #4CFCCA
Text Example
Text Example
White with #4CFCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCCA; }
p { color: rgb(76,252,202); }
H1.HeaderClassName
{
color: #4CFCCA;
}
.AnyTagClassName
{
color: #4CFCCA;
}
</style>
background-color css
<style>
a { background-color: #4CFCCA; }
a { background-color: rgb(76,252,202); }
div.DivClassName
{
background-color: #4CFCCA;
}
.BgClassName
{
background-color: #4CFCCA;
}
</style>
border-color css
<style>
span { border-color: #4CFCCA; }
span { border-color: rgb(76,252,202); }
td.TdClassName
{
border-color: #4CFCCA;
}
.TagClassName
{
border-color: #4CFCCA;
}
</style>