Shades of Turquoise #4CFBE3
Tints of Turquoise #4CFBE3
RGB
CMYK
RGB Variations
Color information
#4CFBE3 (or 0x4CFBE3) is known color: Turquoise. HEX triplet: 4C, FB and E3. RGB value is (76,251,227). Sum of RGB (Red+Green+Blue) = 76+251+227=554 (73% of max value = 765). Red value is 76 (30.08% from 255 or 13.72% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 227 (89.06% from 255 or 40.97% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBE3 is #B3041C. Grayscale: #C3C3C3. Windows color (decimal): -11731997 or 14941004. OLE color: 14941004.
HSL color Cylindrical-coordinate representation of color #4CFBE3: hue angle of 171.77º 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 #4CFBE3 is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 227 | - |
| CMYK | 0.70 | 0 | 0.10 | 0.02 |
| HSL | 171.77º | 0.96% | 0.64% | - |
| HSV(B) | 171.77º | 0.7% | 0.98% | - |
| XYZ | 51.34 | 76.08 | 84.65 | - |
| YUV | 195.94 | 145.52 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 227 | 0.70 | 0 | 0.10 | 0.02 | 171.77 | 0.96 | 0.64 |
| Hex | 4C | FB | E3 | 46 | 0 | A | 2 | AC | 60 | 40 |
| Octal | 114 | 373 | 343 | 106 | 0 | 12 | 2 | 254 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11100011 | 1000110 | 0 | 1010 | 10 | 10101100 | 1100000 | 1000000 |
Color Harmonies of #4CFBE3
Complementary color
Monochromatic Colors of #4CFBE3
Black with #4CFBE3
Text Example
Text Example
White with #4CFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBE3; }
p { color: rgb(76,251,227); }
H1.HeaderClassName
{
color: #4CFBE3;
}
.AnyTagClassName
{
color: #4CFBE3;
}
</style>
background-color css
<style>
a { background-color: #4CFBE3; }
a { background-color: rgb(76,251,227); }
div.DivClassName
{
background-color: #4CFBE3;
}
.BgClassName
{
background-color: #4CFBE3;
}
</style>
border-color css
<style>
span { border-color: #4CFBE3; }
span { border-color: rgb(76,251,227); }
td.TdClassName
{
border-color: #4CFBE3;
}
.TagClassName
{
border-color: #4CFBE3;
}
</style>