Shades of Turquoise #4CFFCA
Tints of Turquoise #4CFFCA
RGB
CMYK
RGB Variations
Color information
#4CFFCA (or 0x4CFFCA) is known color: Turquoise. HEX triplet: 4C, FF and CA. RGB value is (76,255,202). Sum of RGB (Red+Green+Blue) = 76+255+202=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #4CFFCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFFCA is #B30035. Grayscale: #C3C3C3. Windows color (decimal): -11730998 or 13303628. OLE color: 13303628.
HSL color Cylindrical-coordinate representation of color #4CFFCA: hue angle of 162.23º 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 #4CFFCA is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 76 | 255 | 202 | - |
| CMYK | 0.70 | 0 | 0.21 | 0 |
| HSL | 162.23º | 1% | 0.65% | - |
| HSV(B) | 162.23º | 0.7% | 1% | - |
| XYZ | 49.4 | 77.32 | 68.2 | - |
| YUV | 195.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 255 | 202 | 0.70 | 0 | 0.21 | 0 | 162.23 | 1 | 0.65 |
| Hex | 4C | FF | CA | 46 | 0 | 15 | 0 | A2 | 64 | 41 |
| Octal | 114 | 377 | 312 | 106 | 0 | 25 | 0 | 242 | 144 | 101 |
| Binary | 1001100 | 11111111 | 11001010 | 1000110 | 0 | 10101 | 0 | 10100010 | 1100100 | 1000001 |
Color Harmonies of #4CFFCA
Complementary color
Monochromatic Colors of #4CFFCA
Black with #4CFFCA
Text Example
Text Example
White with #4CFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFFCA; }
p { color: rgb(76,255,202); }
H1.HeaderClassName
{
color: #4CFFCA;
}
.AnyTagClassName
{
color: #4CFFCA;
}
</style>
background-color css
<style>
a { background-color: #4CFFCA; }
a { background-color: rgb(76,255,202); }
div.DivClassName
{
background-color: #4CFFCA;
}
.BgClassName
{
background-color: #4CFFCA;
}
</style>
border-color css
<style>
span { border-color: #4CFFCA; }
span { border-color: rgb(76,255,202); }
td.TdClassName
{
border-color: #4CFFCA;
}
.TagClassName
{
border-color: #4CFFCA;
}
</style>