Shades of Turquoise #4CF0E1
Tints of Turquoise #4CF0E1
RGB
CMYK
RGB Variations
Color information
#4CF0E1 (or 0x4CF0E1) is known color: Turquoise. HEX triplet: 4C, F0 and E1. RGB value is (76,240,225). Sum of RGB (Red+Green+Blue) = 76+240+225=541 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.05% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #4CF0E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF0E1 is #B30F1E. Grayscale: #BDBDBD. Windows color (decimal): -11734815 or 14807116. OLE color: 14807116.
HSL color Cylindrical-coordinate representation of color #4CF0E1: hue angle of 174.51º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CF0E1 is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 76 | 240 | 225 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.06 |
| HSL | 174.51º | 0.85% | 0.62% | - |
| HSV(B) | 174.51º | 0.68% | 0.94% | - |
| XYZ | 47.73 | 69.29 | 82.09 | - |
| YUV | 189.25 | 148.17 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 240 | 225 | 0.68 | 0 | 0.06 | 0.06 | 174.51 | 0.85 | 0.62 |
| Hex | 4C | F0 | E1 | 44 | 0 | 6 | 6 | AF | 55 | 3E |
| Octal | 114 | 360 | 341 | 104 | 0 | 6 | 6 | 257 | 125 | 76 |
| Binary | 1001100 | 11110000 | 11100001 | 1000100 | 0 | 110 | 110 | 10101111 | 1010101 | 111110 |
Color Harmonies of #4CF0E1
Complementary color
Monochromatic Colors of #4CF0E1
Black with #4CF0E1
Text Example
Text Example
White with #4CF0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF0E1; }
p { color: rgb(76,240,225); }
H1.HeaderClassName
{
color: #4CF0E1;
}
.AnyTagClassName
{
color: #4CF0E1;
}
</style>
background-color css
<style>
a { background-color: #4CF0E1; }
a { background-color: rgb(76,240,225); }
div.DivClassName
{
background-color: #4CF0E1;
}
.BgClassName
{
background-color: #4CF0E1;
}
</style>
border-color css
<style>
span { border-color: #4CF0E1; }
span { border-color: rgb(76,240,225); }
td.TdClassName
{
border-color: #4CF0E1;
}
.TagClassName
{
border-color: #4CF0E1;
}
</style>