Shades of Turquoise #4CFDDB
Tints of Turquoise #4CFDDB
RGB
CMYK
RGB Variations
Color information
#4CFDDB (or 0x4CFDDB) is known color: Turquoise. HEX triplet: 4C, FD and DB. RGB value is (76,253,219). Sum of RGB (Red+Green+Blue) = 76+253+219=548 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.87% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDDB is #B30224. Grayscale: #C4C4C4. Windows color (decimal): -11731493 or 14417228. OLE color: 14417228.
HSL color Cylindrical-coordinate representation of color #4CFDDB: hue angle of 168.47º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFDDB is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 219 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 168.47º | 0.98% | 0.65% | - |
| HSV(B) | 168.47º | 0.7% | 0.99% | - |
| XYZ | 50.89 | 76.9 | 79.18 | - |
| YUV | 196.2 | 140.86 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 219 | 0.70 | 0 | 0.13 | 0.01 | 168.47 | 0.98 | 0.65 |
| Hex | 4C | FD | DB | 46 | 0 | D | 1 | A8 | 62 | 41 |
| Octal | 114 | 375 | 333 | 106 | 0 | 15 | 1 | 250 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11011011 | 1000110 | 0 | 1101 | 1 | 10101000 | 1100010 | 1000001 |
Color Harmonies of #4CFDDB
Complementary color
Monochromatic Colors of #4CFDDB
Black with #4CFDDB
Text Example
Text Example
White with #4CFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDDB; }
p { color: rgb(76,253,219); }
H1.HeaderClassName
{
color: #4CFDDB;
}
.AnyTagClassName
{
color: #4CFDDB;
}
</style>
background-color css
<style>
a { background-color: #4CFDDB; }
a { background-color: rgb(76,253,219); }
div.DivClassName
{
background-color: #4CFDDB;
}
.BgClassName
{
background-color: #4CFDDB;
}
</style>
border-color css
<style>
span { border-color: #4CFDDB; }
span { border-color: rgb(76,253,219); }
td.TdClassName
{
border-color: #4CFDDB;
}
.TagClassName
{
border-color: #4CFDDB;
}
</style>