Shades of Turquoise #4CFCCB
Tints of Turquoise #4CFCCB
RGB
CMYK
RGB Variations
Color information
#4CFCCB (or 0x4CFCCB) is known color: Turquoise. HEX triplet: 4C, FC and CB. RGB value is (76,252,203). Sum of RGB (Red+Green+Blue) = 76+252+203=531 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.31% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #4CFCCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFCCB is #B30334. Grayscale: #C1C1C1. Windows color (decimal): -11731765 or 13368396. OLE color: 13368396.
HSL color Cylindrical-coordinate representation of color #4CFCCB: hue angle of 163.3º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CFCCB is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 252 | 203 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.01 |
| HSL | 163.3º | 0.97% | 0.64% | - |
| HSV(B) | 163.3º | 0.7% | 0.99% | - |
| XYZ | 48.57 | 75.47 | 68.51 | - |
| YUV | 193.79 | 133.19 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 252 | 203 | 0.70 | 0 | 0.19 | 0.01 | 163.3 | 0.97 | 0.64 |
| Hex | 4C | FC | CB | 46 | 0 | 13 | 1 | A3 | 61 | 40 |
| Octal | 114 | 374 | 313 | 106 | 0 | 23 | 1 | 243 | 141 | 100 |
| Binary | 1001100 | 11111100 | 11001011 | 1000110 | 0 | 10011 | 1 | 10100011 | 1100001 | 1000000 |
Color Harmonies of #4CFCCB
Complementary color
Monochromatic Colors of #4CFCCB
Black with #4CFCCB
Text Example
Text Example
White with #4CFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFCCB; }
p { color: rgb(76,252,203); }
H1.HeaderClassName
{
color: #4CFCCB;
}
.AnyTagClassName
{
color: #4CFCCB;
}
</style>
background-color css
<style>
a { background-color: #4CFCCB; }
a { background-color: rgb(76,252,203); }
div.DivClassName
{
background-color: #4CFCCB;
}
.BgClassName
{
background-color: #4CFCCB;
}
</style>
border-color css
<style>
span { border-color: #4CFCCB; }
span { border-color: rgb(76,252,203); }
td.TdClassName
{
border-color: #4CFCCB;
}
.TagClassName
{
border-color: #4CFCCB;
}
</style>