Shades of Turquoise #4CFBDA
Tints of Turquoise #4CFBDA
RGB
CMYK
RGB Variations
Color information
#4CFBDA (or 0x4CFBDA) is known color: Turquoise. HEX triplet: 4C, FB and DA. RGB value is (76,251,218). Sum of RGB (Red+Green+Blue) = 76+251+218=545 (72% of max value = 765). Red value is 76 (30.08% from 255 or 13.94% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBDA is #B30425. Grayscale: #C2C2C2. Windows color (decimal): -11732006 or 14351180. OLE color: 14351180.
HSL color Cylindrical-coordinate representation of color #4CFBDA: hue angle of 168.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFBDA is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 218 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.02 |
| HSL | 168.69º | 0.96% | 0.64% | - |
| HSV(B) | 168.69º | 0.7% | 0.98% | - |
| XYZ | 50.13 | 75.59 | 78.28 | - |
| YUV | 194.91 | 141.02 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 218 | 0.70 | 0 | 0.13 | 0.02 | 168.69 | 0.96 | 0.64 |
| Hex | 4C | FB | DA | 46 | 0 | D | 2 | A9 | 60 | 40 |
| Octal | 114 | 373 | 332 | 106 | 0 | 15 | 2 | 251 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11011010 | 1000110 | 0 | 1101 | 10 | 10101001 | 1100000 | 1000000 |
Color Harmonies of #4CFBDA
Complementary color
Monochromatic Colors of #4CFBDA
Black with #4CFBDA
Text Example
Text Example
White with #4CFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBDA; }
p { color: rgb(76,251,218); }
H1.HeaderClassName
{
color: #4CFBDA;
}
.AnyTagClassName
{
color: #4CFBDA;
}
</style>
background-color css
<style>
a { background-color: #4CFBDA; }
a { background-color: rgb(76,251,218); }
div.DivClassName
{
background-color: #4CFBDA;
}
.BgClassName
{
background-color: #4CFBDA;
}
</style>
border-color css
<style>
span { border-color: #4CFBDA; }
span { border-color: rgb(76,251,218); }
td.TdClassName
{
border-color: #4CFBDA;
}
.TagClassName
{
border-color: #4CFBDA;
}
</style>