Shades of Turquoise #4CFACB
Tints of Turquoise #4CFACB
RGB
CMYK
RGB Variations
Color information
#4CFACB (or 0x4CFACB) is known color: Turquoise. HEX triplet: 4C, FA and CB. RGB value is (76,250,203). Sum of RGB (Red+Green+Blue) = 76+250+203=529 (70% of max value = 765). Red value is 76 (30.08% from 255 or 14.37% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #4CFACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CFACB is #B30534. Grayscale: #C0C0C0. Windows color (decimal): -11732277 or 13367884. OLE color: 13367884.
HSL color Cylindrical-coordinate representation of color #4CFACB: hue angle of 163.79º degrees, saturation: 0.95, 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 #4CFACB is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 250 | 203 | - |
| CMYK | 0.70 | 0 | 0.19 | 0.02 |
| HSL | 163.79º | 0.95% | 0.64% | - |
| HSV(B) | 163.79º | 0.7% | 0.98% | - |
| XYZ | 47.95 | 74.22 | 68.3 | - |
| YUV | 192.62 | 133.85 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 250 | 203 | 0.70 | 0 | 0.19 | 0.02 | 163.79 | 0.95 | 0.64 |
| Hex | 4C | FA | CB | 46 | 0 | 13 | 2 | A4 | 5F | 40 |
| Octal | 114 | 372 | 313 | 106 | 0 | 23 | 2 | 244 | 137 | 100 |
| Binary | 1001100 | 11111010 | 11001011 | 1000110 | 0 | 10011 | 10 | 10100100 | 1011111 | 1000000 |
Color Harmonies of #4CFACB
Complementary color
Monochromatic Colors of #4CFACB
Black with #4CFACB
Text Example
Text Example
White with #4CFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CFACB; }
p { color: rgb(76,250,203); }
H1.HeaderClassName
{
color: #4CFACB;
}
.AnyTagClassName
{
color: #4CFACB;
}
</style>
background-color css
<style>
a { background-color: #4CFACB; }
a { background-color: rgb(76,250,203); }
div.DivClassName
{
background-color: #4CFACB;
}
.BgClassName
{
background-color: #4CFACB;
}
</style>
border-color css
<style>
span { border-color: #4CFACB; }
span { border-color: rgb(76,250,203); }
td.TdClassName
{
border-color: #4CFACB;
}
.TagClassName
{
border-color: #4CFACB;
}
</style>