Shades of Turquoise #4CFBB5
Tints of Turquoise #4CFBB5
RGB
CMYK
RGB Variations
Color information
#4CFBB5 (or 0x4CFBB5) is known color: Turquoise. HEX triplet: 4C, FB and B5. RGB value is (76,251,181). Sum of RGB (Red+Green+Blue) = 76+251+181=508 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.96% from 508); Green value is 251 (98.44% from 255 or 49.41% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBB5 is #B3044A. Grayscale: #BEBEBE. Windows color (decimal): -11732043 or 11926348. OLE color: 11926348.
HSL color Cylindrical-coordinate representation of color #4CFBB5: hue angle of 156º 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 #4CFBB5 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 181 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.02 |
| HSL | 156º | 0.96% | 0.64% | - |
| HSV(B) | 156º | 0.7% | 0.98% | - |
| XYZ | 45.82 | 73.87 | 55.56 | - |
| YUV | 190.7 | 122.52 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 181 | 0.70 | 0 | 0.28 | 0.02 | 156 | 0.96 | 0.64 |
| Hex | 4C | FB | B5 | 46 | 0 | 1C | 2 | 9C | 60 | 40 |
| Octal | 114 | 373 | 265 | 106 | 0 | 34 | 2 | 234 | 140 | 100 |
| Binary | 1001100 | 11111011 | 10110101 | 1000110 | 0 | 11100 | 10 | 10011100 | 1100000 | 1000000 |
Color Harmonies of #4CFBB5
Complementary color
Monochromatic Colors of #4CFBB5
Black with #4CFBB5
Text Example
Text Example
White with #4CFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBB5; }
p { color: rgb(76,251,181); }
H1.HeaderClassName
{
color: #4CFBB5;
}
.AnyTagClassName
{
color: #4CFBB5;
}
</style>
background-color css
<style>
a { background-color: #4CFBB5; }
a { background-color: rgb(76,251,181); }
div.DivClassName
{
background-color: #4CFBB5;
}
.BgClassName
{
background-color: #4CFBB5;
}
</style>
border-color css
<style>
span { border-color: #4CFBB5; }
span { border-color: rgb(76,251,181); }
td.TdClassName
{
border-color: #4CFBB5;
}
.TagClassName
{
border-color: #4CFBB5;
}
</style>