Shades of Turquoise #4CFBCB
Tints of Turquoise #4CFBCB
RGB
CMYK
RGB Variations
Color information
#4CFBCB (or 0x4CFBCB) is known color: Turquoise. HEX triplet: 4C, FB and CB. RGB value is (76,251,203). Sum of RGB (Red+Green+Blue) = 76+251+203=530 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.34% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #4CFBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFBCB is #B30434. Grayscale: #C1C1C1. Windows color (decimal): -11732021 or 13368140. OLE color: 13368140.
HSL color Cylindrical-coordinate representation of color #4CFBCB: hue angle of 163.54º 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 #4CFBCB is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 251 | 203 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.02 |
| HSL | 163.54º | 0.96% | 0.64% | - |
| HSV(B) | 163.54º | 0.7% | 0.98% | - |
| XYZ | 48.26 | 74.84 | 68.4 | - |
| YUV | 193.2 | 133.52 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 251 | 203 | 0.70 | 0 | 0.19 | 0.02 | 163.54 | 0.96 | 0.64 |
| Hex | 4C | FB | CB | 46 | 0 | 13 | 2 | A4 | 60 | 40 |
| Octal | 114 | 373 | 313 | 106 | 0 | 23 | 2 | 244 | 140 | 100 |
| Binary | 1001100 | 11111011 | 11001011 | 1000110 | 0 | 10011 | 10 | 10100100 | 1100000 | 1000000 |
Color Harmonies of #4CFBCB
Complementary color
Monochromatic Colors of #4CFBCB
Black with #4CFBCB
Text Example
Text Example
White with #4CFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFBCB; }
p { color: rgb(76,251,203); }
H1.HeaderClassName
{
color: #4CFBCB;
}
.AnyTagClassName
{
color: #4CFBCB;
}
</style>
background-color css
<style>
a { background-color: #4CFBCB; }
a { background-color: rgb(76,251,203); }
div.DivClassName
{
background-color: #4CFBCB;
}
.BgClassName
{
background-color: #4CFBCB;
}
</style>
border-color css
<style>
span { border-color: #4CFBCB; }
span { border-color: rgb(76,251,203); }
td.TdClassName
{
border-color: #4CFBCB;
}
.TagClassName
{
border-color: #4CFBCB;
}
</style>