Shades of Turquoise #4CFBE9
Tints of Turquoise #4CFBE9
RGB
CMYK
RGB Variations
Color information
#4CFBE9 (or 0x4CFBE9) is known color: Turquoise. HEX triplet: 4C, FB and E9. RGB value is (76,251,233). Sum of RGB (Red+Green+Blue) = 76+251+233=560 (74% of max value = 765). Red value is 76 (30.08% from 255 or 13.57% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4CFBE9 is #B30416. Grayscale: #C4C4C4. Windows color (decimal): -11731991 or 15334220. OLE color: 15334220.
HSL color Cylindrical-coordinate representation of color #4CFBE9: hue angle of 173.83º 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 #4CFBE9 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 233 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.02 |
| HSL | 173.83º | 0.96% | 0.64% | - |
| HSV(B) | 173.83º | 0.7% | 0.98% | - |
| XYZ | 52.19 | 76.41 | 89.09 | - |
| YUV | 196.62 | 148.52 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 233 | 0.70 | 0 | 0.07 | 0.02 | 173.83 | 0.96 | 0.64 |
| Hex | 4C | FB | E9 | 46 | 0 | 7 | 2 | AE | 60 | 40 |
| Octal | 114 | 373 | 351 | 106 | 0 | 7 | 2 | 256 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11101001 | 1000110 | 0 | 111 | 10 | 10101110 | 1100000 | 1000000 |
Color Harmonies of #4CFBE9
Complementary color
Monochromatic Colors of #4CFBE9
Black with #4CFBE9
Text Example
Text Example
White with #4CFBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBE9; }
p { color: rgb(76,251,233); }
H1.HeaderClassName
{
color: #4CFBE9;
}
.AnyTagClassName
{
color: #4CFBE9;
}
</style>
background-color css
<style>
a { background-color: #4CFBE9; }
a { background-color: rgb(76,251,233); }
div.DivClassName
{
background-color: #4CFBE9;
}
.BgClassName
{
background-color: #4CFBE9;
}
</style>
border-color css
<style>
span { border-color: #4CFBE9; }
span { border-color: rgb(76,251,233); }
td.TdClassName
{
border-color: #4CFBE9;
}
.TagClassName
{
border-color: #4CFBE9;
}
</style>