Shades of Turquoise #4CF2BD
Tints of Turquoise #4CF2BD
RGB
CMYK
RGB Variations
Color information
#4CF2BD (or 0x4CF2BD) is known color: Turquoise. HEX triplet: 4C, F2 and BD. RGB value is (76,242,189). Sum of RGB (Red+Green+Blue) = 76+242+189=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #4CF2BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF2BD is #B30D42. Grayscale: #BABABA. Windows color (decimal): -11734339 or 12448332. OLE color: 12448332.
HSL color Cylindrical-coordinate representation of color #4CF2BD: hue angle of 160.84º 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 #4CF2BD is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 76 | 242 | 189 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.05 |
| HSL | 160.84º | 0.86% | 0.62% | - |
| HSV(B) | 160.84º | 0.69% | 0.95% | - |
| XYZ | 43.92 | 68.71 | 59.09 | - |
| YUV | 186.32 | 129.5 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 242 | 189 | 0.69 | 0 | 0.22 | 0.05 | 160.84 | 0.86 | 0.62 |
| Hex | 4C | F2 | BD | 45 | 0 | 16 | 5 | A1 | 56 | 3E |
| Octal | 114 | 362 | 275 | 105 | 0 | 26 | 5 | 241 | 126 | 76 |
| Binary | 1001100 | 11110010 | 10111101 | 1000101 | 0 | 10110 | 101 | 10100001 | 1010110 | 111110 |
Color Harmonies of #4CF2BD
Complementary color
Monochromatic Colors of #4CF2BD
Black with #4CF2BD
Text Example
Text Example
White with #4CF2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF2BD; }
p { color: rgb(76,242,189); }
H1.HeaderClassName
{
color: #4CF2BD;
}
.AnyTagClassName
{
color: #4CF2BD;
}
</style>
background-color css
<style>
a { background-color: #4CF2BD; }
a { background-color: rgb(76,242,189); }
div.DivClassName
{
background-color: #4CF2BD;
}
.BgClassName
{
background-color: #4CF2BD;
}
</style>
border-color css
<style>
span { border-color: #4CF2BD; }
span { border-color: rgb(76,242,189); }
td.TdClassName
{
border-color: #4CF2BD;
}
.TagClassName
{
border-color: #4CF2BD;
}
</style>