Shades of Turquoise #4CFBCD
Tints of Turquoise #4CFBCD
RGB
CMYK
RGB Variations
Color information
#4CFBCD (or 0x4CFBCD) is known color: Turquoise. HEX triplet: 4C, FB and CD. RGB value is (76,251,205). Sum of RGB (Red+Green+Blue) = 76+251+205=532 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.29% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBCD is #B30432. Grayscale: #C1C1C1. Windows color (decimal): -11732019 or 13499212. OLE color: 13499212.
HSL color Cylindrical-coordinate representation of color #4CFBCD: hue angle of 164.23º 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 #4CFBCD is Cyan = 0.70, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 205 | - |
| CMYK | 0.70 | 0 | 0.18 | 0.02 |
| HSL | 164.23º | 0.96% | 0.64% | - |
| HSV(B) | 164.23º | 0.7% | 0.98% | - |
| XYZ | 48.5 | 74.94 | 69.67 | - |
| YUV | 193.43 | 134.52 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 205 | 0.70 | 0 | 0.18 | 0.02 | 164.23 | 0.96 | 0.64 |
| Hex | 4C | FB | CD | 46 | 0 | 12 | 2 | A4 | 60 | 40 |
| Octal | 114 | 373 | 315 | 106 | 0 | 22 | 2 | 244 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11001101 | 1000110 | 0 | 10010 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4CFBCD
Complementary color
Monochromatic Colors of #4CFBCD
Black with #4CFBCD
Text Example
Text Example
White with #4CFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBCD; }
p { color: rgb(76,251,205); }
H1.HeaderClassName
{
color: #4CFBCD;
}
.AnyTagClassName
{
color: #4CFBCD;
}
</style>
background-color css
<style>
a { background-color: #4CFBCD; }
a { background-color: rgb(76,251,205); }
div.DivClassName
{
background-color: #4CFBCD;
}
.BgClassName
{
background-color: #4CFBCD;
}
</style>
border-color css
<style>
span { border-color: #4CFBCD; }
span { border-color: rgb(76,251,205); }
td.TdClassName
{
border-color: #4CFBCD;
}
.TagClassName
{
border-color: #4CFBCD;
}
</style>