Shades of Turquoise #4CF7BD
Tints of Turquoise #4CF7BD
RGB
CMYK
RGB Variations
Color information
#4CF7BD (or 0x4CF7BD) is known color: Turquoise. HEX triplet: 4C, F7 and BD. RGB value is (76,247,189). Sum of RGB (Red+Green+Blue) = 76+247+189=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #4CF7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF7BD is #B30842. Grayscale: #BDBDBD. Windows color (decimal): -11733059 or 12449612. OLE color: 12449612.
HSL color Cylindrical-coordinate representation of color #4CF7BD: hue angle of 159.65º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CF7BD is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 76 | 247 | 189 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.03 |
| HSL | 159.65º | 0.91% | 0.63% | - |
| HSV(B) | 159.65º | 0.69% | 0.97% | - |
| XYZ | 45.43 | 71.73 | 59.6 | - |
| YUV | 189.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 247 | 189 | 0.69 | 0 | 0.23 | 0.03 | 159.65 | 0.91 | 0.63 |
| Hex | 4C | F7 | BD | 45 | 0 | 17 | 3 | A0 | 5B | 3F |
| Octal | 114 | 367 | 275 | 105 | 0 | 27 | 3 | 240 | 133 | 77 |
| Binary | 1001100 | 11110111 | 10111101 | 1000101 | 0 | 10111 | 11 | 10100000 | 1011011 | 111111 |
Color Harmonies of #4CF7BD
Complementary color
Monochromatic Colors of #4CF7BD
Black with #4CF7BD
Text Example
Text Example
White with #4CF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF7BD; }
p { color: rgb(76,247,189); }
H1.HeaderClassName
{
color: #4CF7BD;
}
.AnyTagClassName
{
color: #4CF7BD;
}
</style>
background-color css
<style>
a { background-color: #4CF7BD; }
a { background-color: rgb(76,247,189); }
div.DivClassName
{
background-color: #4CF7BD;
}
.BgClassName
{
background-color: #4CF7BD;
}
</style>
border-color css
<style>
span { border-color: #4CF7BD; }
span { border-color: rgb(76,247,189); }
td.TdClassName
{
border-color: #4CF7BD;
}
.TagClassName
{
border-color: #4CF7BD;
}
</style>