Shades of Turquoise #4CF4CA
Tints of Turquoise #4CF4CA
RGB
CMYK
RGB Variations
Color information
#4CF4CA (or 0x4CF4CA) is known color: Turquoise. HEX triplet: 4C, F4 and CA. RGB value is (76,244,202). Sum of RGB (Red+Green+Blue) = 76+244+202=522 (69% of max value = 765). Red value is 76 (30.08% from 255 or 14.56% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF4CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF4CA is #B30B35. Grayscale: #BCBCBC. Windows color (decimal): -11733814 or 13300812. OLE color: 13300812.
HSL color Cylindrical-coordinate representation of color #4CF4CA: hue angle of 165º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF4CA is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 202 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.04 |
| HSL | 165º | 0.88% | 0.63% | - |
| HSV(B) | 165º | 0.69% | 0.96% | - |
| XYZ | 45.99 | 70.5 | 67.06 | - |
| YUV | 188.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 202 | 0.69 | 0 | 0.17 | 0.04 | 165 | 0.88 | 0.63 |
| Hex | 4C | F4 | CA | 45 | 0 | 11 | 4 | A5 | 58 | 3F |
| Octal | 114 | 364 | 312 | 105 | 0 | 21 | 4 | 245 | 130 | 77 |
| Binary | 1001100 | 11110100 | 11001010 | 1000101 | 0 | 10001 | 100 | 10100101 | 1011000 | 111111 |
Color Harmonies of #4CF4CA
Complementary color
Monochromatic Colors of #4CF4CA
Black with #4CF4CA
Text Example
Text Example
White with #4CF4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF4CA; }
p { color: rgb(76,244,202); }
H1.HeaderClassName
{
color: #4CF4CA;
}
.AnyTagClassName
{
color: #4CF4CA;
}
</style>
background-color css
<style>
a { background-color: #4CF4CA; }
a { background-color: rgb(76,244,202); }
div.DivClassName
{
background-color: #4CF4CA;
}
.BgClassName
{
background-color: #4CF4CA;
}
</style>
border-color css
<style>
span { border-color: #4CF4CA; }
span { border-color: rgb(76,244,202); }
td.TdClassName
{
border-color: #4CF4CA;
}
.TagClassName
{
border-color: #4CF4CA;
}
</style>