Shades of Turquoise #4CF4DB
Tints of Turquoise #4CF4DB
RGB
CMYK
RGB Variations
Color information
#4CF4DB (or 0x4CF4DB) is known color: Turquoise. HEX triplet: 4C, F4 and DB. RGB value is (76,244,219). Sum of RGB (Red+Green+Blue) = 76+244+219=539 (71% of max value = 765). Red value is 76 (30.08% from 255 or 14.10% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #4CF4DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CF4DB is #B30B24. Grayscale: #BEBEBE. Windows color (decimal): -11733797 or 14414924. OLE color: 14414924.
HSL color Cylindrical-coordinate representation of color #4CF4DB: hue angle of 171.07º 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 #4CF4DB is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 244 | 219 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.04 |
| HSL | 171.07º | 0.88% | 0.63% | - |
| HSV(B) | 171.07º | 0.69% | 0.96% | - |
| XYZ | 48.12 | 71.35 | 78.25 | - |
| YUV | 190.92 | 143.84 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 244 | 219 | 0.69 | 0 | 0.10 | 0.04 | 171.07 | 0.88 | 0.63 |
| Hex | 4C | F4 | DB | 45 | 0 | A | 4 | AB | 58 | 3F |
| Octal | 114 | 364 | 333 | 105 | 0 | 12 | 4 | 253 | 130 | 77 |
| Binary | 1001100 | 11110100 | 11011011 | 1000101 | 0 | 1010 | 100 | 10101011 | 1011000 | 111111 |
Color Harmonies of #4CF4DB
Complementary color
Monochromatic Colors of #4CF4DB
Black with #4CF4DB
Text Example
Text Example
White with #4CF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CF4DB; }
p { color: rgb(76,244,219); }
H1.HeaderClassName
{
color: #4CF4DB;
}
.AnyTagClassName
{
color: #4CF4DB;
}
</style>
background-color css
<style>
a { background-color: #4CF4DB; }
a { background-color: rgb(76,244,219); }
div.DivClassName
{
background-color: #4CF4DB;
}
.BgClassName
{
background-color: #4CF4DB;
}
</style>
border-color css
<style>
span { border-color: #4CF4DB; }
span { border-color: rgb(76,244,219); }
td.TdClassName
{
border-color: #4CF4DB;
}
.TagClassName
{
border-color: #4CF4DB;
}
</style>