Shades of Turquoise #4CFCDA
Tints of Turquoise #4CFCDA
RGB
CMYK
RGB Variations
Color information
#4CFCDA (or 0x4CFCDA) is known color: Turquoise. HEX triplet: 4C, FC and DA. RGB value is (76,252,218). Sum of RGB (Red+Green+Blue) = 76+252+218=546 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.92% from 546); Green value is 252 (98.83% from 255 or 46.15% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCDA is #B30325. Grayscale: #C3C3C3. Windows color (decimal): -11731750 or 14351436. OLE color: 14351436.
HSL color Cylindrical-coordinate representation of color #4CFCDA: hue angle of 168.41º 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 #4CFCDA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 218 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.01 |
| HSL | 168.41º | 0.97% | 0.64% | - |
| HSV(B) | 168.41º | 0.7% | 0.99% | - |
| XYZ | 50.45 | 76.22 | 78.38 | - |
| YUV | 195.5 | 140.69 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 218 | 0.70 | 0 | 0.13 | 0.01 | 168.41 | 0.97 | 0.64 |
| Hex | 4C | FC | DA | 46 | 0 | D | 1 | A8 | 61 | 40 |
| Octal | 114 | 374 | 332 | 106 | 0 | 15 | 1 | 250 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11011010 | 1000110 | 0 | 1101 | 1 | 10101000 | 1100001 | 1000000 |
Color Harmonies of #4CFCDA
Complementary color
Monochromatic Colors of #4CFCDA
Black with #4CFCDA
Text Example
Text Example
White with #4CFCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCDA; }
p { color: rgb(76,252,218); }
H1.HeaderClassName
{
color: #4CFCDA;
}
.AnyTagClassName
{
color: #4CFCDA;
}
</style>
background-color css
<style>
a { background-color: #4CFCDA; }
a { background-color: rgb(76,252,218); }
div.DivClassName
{
background-color: #4CFCDA;
}
.BgClassName
{
background-color: #4CFCDA;
}
</style>
border-color css
<style>
span { border-color: #4CFCDA; }
span { border-color: rgb(76,252,218); }
td.TdClassName
{
border-color: #4CFCDA;
}
.TagClassName
{
border-color: #4CFCDA;
}
</style>