Shades of Turquoise #4CFCD0
Tints of Turquoise #4CFCD0
RGB
CMYK
RGB Variations
Color information
#4CFCD0 (or 0x4CFCD0) is known color: Turquoise. HEX triplet: 4C, FC and D0. RGB value is (76,252,208). Sum of RGB (Red+Green+Blue) = 76+252+208=536 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.18% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCD0 is #B3032F. Grayscale: #C2C2C2. Windows color (decimal): -11731760 or 13696076. OLE color: 13696076.
HSL color Cylindrical-coordinate representation of color #4CFCD0: hue angle of 165º 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 #4CFCD0 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 208 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.01 |
| HSL | 165º | 0.97% | 0.64% | - |
| HSV(B) | 165º | 0.7% | 0.99% | - |
| XYZ | 49.18 | 75.71 | 71.7 | - |
| YUV | 194.36 | 135.69 | 43.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 208 | 0.70 | 0 | 0.17 | 0.01 | 165 | 0.97 | 0.64 |
| Hex | 4C | FC | D0 | 46 | 0 | 11 | 1 | A5 | 61 | 40 |
| Octal | 114 | 374 | 320 | 106 | 0 | 21 | 1 | 245 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11010000 | 1000110 | 0 | 10001 | 1 | 10100101 | 1100001 | 1000000 |
Color Harmonies of #4CFCD0
Complementary color
Monochromatic Colors of #4CFCD0
Black with #4CFCD0
Text Example
Text Example
White with #4CFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCD0; }
p { color: rgb(76,252,208); }
H1.HeaderClassName
{
color: #4CFCD0;
}
.AnyTagClassName
{
color: #4CFCD0;
}
</style>
background-color css
<style>
a { background-color: #4CFCD0; }
a { background-color: rgb(76,252,208); }
div.DivClassName
{
background-color: #4CFCD0;
}
.BgClassName
{
background-color: #4CFCD0;
}
</style>
border-color css
<style>
span { border-color: #4CFCD0; }
span { border-color: rgb(76,252,208); }
td.TdClassName
{
border-color: #4CFCD0;
}
.TagClassName
{
border-color: #4CFCD0;
}
</style>