Shades of Turquoise #4CFDDD
Tints of Turquoise #4CFDDD
RGB
CMYK
RGB Variations
Color information
#4CFDDD (or 0x4CFDDD) is known color: Turquoise. HEX triplet: 4C, FD and DD. RGB value is (76,253,221). Sum of RGB (Red+Green+Blue) = 76+253+221=550 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.82% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #4CFDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFDDD is #B30222. Grayscale: #C4C4C4. Windows color (decimal): -11731491 or 14548300. OLE color: 14548300.
HSL color Cylindrical-coordinate representation of color #4CFDDD: hue angle of 169.15º 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 #4CFDDD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 253 | 221 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 169.15º | 0.98% | 0.65% | - |
| HSV(B) | 169.15º | 0.7% | 0.99% | - |
| XYZ | 51.16 | 77.01 | 80.57 | - |
| YUV | 196.43 | 141.86 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 253 | 221 | 0.70 | 0 | 0.13 | 0.01 | 169.15 | 0.98 | 0.65 |
| Hex | 4C | FD | DD | 46 | 0 | D | 1 | A9 | 62 | 41 |
| Octal | 114 | 375 | 335 | 106 | 0 | 15 | 1 | 251 | 142 | 101 |
| Binary | 1001100 | 11111101 | 11011101 | 1000110 | 0 | 1101 | 1 | 10101001 | 1100010 | 1000001 |
Color Harmonies of #4CFDDD
Complementary color
Monochromatic Colors of #4CFDDD
Black with #4CFDDD
Text Example
Text Example
White with #4CFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFDDD; }
p { color: rgb(76,253,221); }
H1.HeaderClassName
{
color: #4CFDDD;
}
.AnyTagClassName
{
color: #4CFDDD;
}
</style>
background-color css
<style>
a { background-color: #4CFDDD; }
a { background-color: rgb(76,253,221); }
div.DivClassName
{
background-color: #4CFDDD;
}
.BgClassName
{
background-color: #4CFDDD;
}
</style>
border-color css
<style>
span { border-color: #4CFDDD; }
span { border-color: rgb(76,253,221); }
td.TdClassName
{
border-color: #4CFDDD;
}
.TagClassName
{
border-color: #4CFDDD;
}
</style>