Shades of Turquoise #4CF2EB
Tints of Turquoise #4CF2EB
RGB
CMYK
RGB Variations
Color information
#4CF2EB (or 0x4CF2EB) is known color: Turquoise. HEX triplet: 4C, F2 and EB. RGB value is (76,242,235). Sum of RGB (Red+Green+Blue) = 76+242+235=553 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.74% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2EB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CF2EB is #B30D14. Grayscale: #BFBFBF. Windows color (decimal): -11734293 or 15462988. OLE color: 15462988.
HSL color Cylindrical-coordinate representation of color #4CF2EB: hue angle of 177.47º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF2EB is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 235 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.05 |
| HSL | 177.47º | 0.86% | 0.62% | - |
| HSV(B) | 177.47º | 0.69% | 0.95% | - |
| XYZ | 49.73 | 71.04 | 89.69 | - |
| YUV | 191.57 | 152.5 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 235 | 0.69 | 0 | 0.03 | 0.05 | 177.47 | 0.86 | 0.62 |
| Hex | 4C | F2 | EB | 45 | 0 | 3 | 5 | B1 | 56 | 3E |
| Octal | 114 | 362 | 353 | 105 | 0 | 3 | 5 | 261 | 126 | 76 |
| Binary | 1001100 | 11110010 | 11101011 | 1000101 | 0 | 11 | 101 | 10110001 | 1010110 | 111110 |
Color Harmonies of #4CF2EB
Complementary color
Monochromatic Colors of #4CF2EB
Black with #4CF2EB
Text Example
Text Example
White with #4CF2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2EB; }
p { color: rgb(76,242,235); }
H1.HeaderClassName
{
color: #4CF2EB;
}
.AnyTagClassName
{
color: #4CF2EB;
}
</style>
background-color css
<style>
a { background-color: #4CF2EB; }
a { background-color: rgb(76,242,235); }
div.DivClassName
{
background-color: #4CF2EB;
}
.BgClassName
{
background-color: #4CF2EB;
}
</style>
border-color css
<style>
span { border-color: #4CF2EB; }
span { border-color: rgb(76,242,235); }
td.TdClassName
{
border-color: #4CF2EB;
}
.TagClassName
{
border-color: #4CF2EB;
}
</style>