Shades of Turquoise #4CFCDB
Tints of Turquoise #4CFCDB
RGB
CMYK
RGB Variations
Color information
#4CFCDB (or 0x4CFCDB) is known color: Turquoise. HEX triplet: 4C, FC and DB. RGB value is (76,252,219). Sum of RGB (Red+Green+Blue) = 76+252+219=547 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.89% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCDB is #B30324. Grayscale: #C3C3C3. Windows color (decimal): -11731749 or 14416972. OLE color: 14416972.
HSL color Cylindrical-coordinate representation of color #4CFCDB: hue angle of 168.75º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCDB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 219 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 168.75º | 0.97% | 0.64% | - |
| HSV(B) | 168.75º | 0.7% | 0.99% | - |
| XYZ | 50.58 | 76.27 | 79.07 | - |
| YUV | 195.61 | 141.19 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 219 | 0.70 | 0 | 0.13 | 0.01 | 168.75 | 0.97 | 0.64 |
| Hex | 4C | FC | DB | 46 | 0 | D | 1 | A9 | 61 | 40 |
| Octal | 114 | 374 | 333 | 106 | 0 | 15 | 1 | 251 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11011011 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100001 | 1000000 |
Color Harmonies of #4CFCDB
Complementary color
Monochromatic Colors of #4CFCDB
Black with #4CFCDB
Text Example
Text Example
White with #4CFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCDB; }
p { color: rgb(76,252,219); }
H1.HeaderClassName
{
color: #4CFCDB;
}
.AnyTagClassName
{
color: #4CFCDB;
}
</style>
background-color css
<style>
a { background-color: #4CFCDB; }
a { background-color: rgb(76,252,219); }
div.DivClassName
{
background-color: #4CFCDB;
}
.BgClassName
{
background-color: #4CFCDB;
}
</style>
border-color css
<style>
span { border-color: #4CFCDB; }
span { border-color: rgb(76,252,219); }
td.TdClassName
{
border-color: #4CFCDB;
}
.TagClassName
{
border-color: #4CFCDB;
}
</style>