Shades of Turquoise #4CFCDD
Tints of Turquoise #4CFCDD
RGB
CMYK
RGB Variations
Color information
#4CFCDD (or 0x4CFCDD) is known color: Turquoise. HEX triplet: 4C, FC and DD. RGB value is (76,252,221). Sum of RGB (Red+Green+Blue) = 76+252+221=549 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.84% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCDD is #B30322. Grayscale: #C3C3C3. Windows color (decimal): -11731747 or 14548044. OLE color: 14548044.
HSL color Cylindrical-coordinate representation of color #4CFCDD: hue angle of 169.43º 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 #4CFCDD is Cyan = 0.70, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 221 | - |
| CMYK | 0.70 | 0 | 0.12 | 0.01 |
| HSL | 169.43º | 0.97% | 0.64% | - |
| HSV(B) | 169.43º | 0.7% | 0.99% | - |
| XYZ | 50.84 | 76.38 | 80.47 | - |
| YUV | 195.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 221 | 0.70 | 0 | 0.12 | 0.01 | 169.43 | 0.97 | 0.64 |
| Hex | 4C | FC | DD | 46 | 0 | C | 1 | A9 | 61 | 40 |
| Octal | 114 | 374 | 335 | 106 | 0 | 14 | 1 | 251 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11011101 | 1000110 | 0 | 1100 | 1 | 10101001 | 1100001 | 1000000 |
Color Harmonies of #4CFCDD
Complementary color
Monochromatic Colors of #4CFCDD
Black with #4CFCDD
Text Example
Text Example
White with #4CFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCDD; }
p { color: rgb(76,252,221); }
H1.HeaderClassName
{
color: #4CFCDD;
}
.AnyTagClassName
{
color: #4CFCDD;
}
</style>
background-color css
<style>
a { background-color: #4CFCDD; }
a { background-color: rgb(76,252,221); }
div.DivClassName
{
background-color: #4CFCDD;
}
.BgClassName
{
background-color: #4CFCDD;
}
</style>
border-color css
<style>
span { border-color: #4CFCDD; }
span { border-color: rgb(76,252,221); }
td.TdClassName
{
border-color: #4CFCDD;
}
.TagClassName
{
border-color: #4CFCDD;
}
</style>