Shades of Turquoise #4CFCCD
Tints of Turquoise #4CFCCD
RGB
CMYK
RGB Variations
Color information
#4CFCCD (or 0x4CFCCD) is known color: Turquoise. HEX triplet: 4C, FC and CD. RGB value is (76,252,205). Sum of RGB (Red+Green+Blue) = 76+252+205=533 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.26% from 533); Green value is 252 (98.83% from 255 or 47.28% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCCD is #B30332. Grayscale: #C2C2C2. Windows color (decimal): -11731763 or 13499468. OLE color: 13499468.
HSL color Cylindrical-coordinate representation of color #4CFCCD: hue angle of 163.98º 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 #4CFCCD is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 205 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.01 |
| HSL | 163.98º | 0.97% | 0.64% | - |
| HSV(B) | 163.98º | 0.7% | 0.99% | - |
| XYZ | 48.81 | 75.57 | 69.77 | - |
| YUV | 194.02 | 134.19 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 205 | 0.70 | 0 | 0.19 | 0.01 | 163.98 | 0.97 | 0.64 |
| Hex | 4C | FC | CD | 46 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 114 | 374 | 315 | 106 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11001101 | 1000110 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #4CFCCD
Complementary color
Monochromatic Colors of #4CFCCD
Black with #4CFCCD
Text Example
Text Example
White with #4CFCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCCD; }
p { color: rgb(76,252,205); }
H1.HeaderClassName
{
color: #4CFCCD;
}
.AnyTagClassName
{
color: #4CFCCD;
}
</style>
background-color css
<style>
a { background-color: #4CFCCD; }
a { background-color: rgb(76,252,205); }
div.DivClassName
{
background-color: #4CFCCD;
}
.BgClassName
{
background-color: #4CFCCD;
}
</style>
border-color css
<style>
span { border-color: #4CFCCD; }
span { border-color: rgb(76,252,205); }
td.TdClassName
{
border-color: #4CFCCD;
}
.TagClassName
{
border-color: #4CFCCD;
}
</style>