Shades of Medium Turquoise #4CCACB
Tints of Medium Turquoise #4CCACB
RGB
CMYK
RGB Variations
Color information
#4CCACB (or 0x4CCACB) is known color: Medium Turquoise. HEX triplet: 4C, CA and CB. RGB value is (76,202,203). Sum of RGB (Red+Green+Blue) = 76+202+203=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CCACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCACB is #B33534. Grayscale: #A4A4A4. Windows color (decimal): -11744565 or 13355596. OLE color: 13355596.
HSL color Cylindrical-coordinate representation of color #4CCACB: hue angle of 180.47º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCACB is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 202 | 203 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.20 |
| HSL | 180.47º | 0.55% | 0.55% | - |
| HSV(B) | 180.47º | 0.63% | 0.8% | - |
| XYZ | 34.88 | 48.09 | 63.94 | - |
| YUV | 164.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 203 | 0.63 | 0.00 | 0 | 0.20 | 180.47 | 0.55 | 0.55 |
| Hex | 4C | CA | CB | 3F | 0 | 0 | 14 | B4 | 37 | 37 |
| Octal | 114 | 312 | 313 | 77 | 0 | 0 | 24 | 264 | 67 | 67 |
| Binary | 1001100 | 11001010 | 11001011 | 111111 | 0 | 0 | 10100 | 10110100 | 110111 | 110111 |
Color Harmonies of #4CCACB
Complementary color
Monochromatic Colors of #4CCACB
Black with #4CCACB
Text Example
Text Example
White with #4CCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCACB; }
p { color: rgb(76,202,203); }
H1.HeaderClassName
{
color: #4CCACB;
}
.AnyTagClassName
{
color: #4CCACB;
}
</style>
background-color css
<style>
a { background-color: #4CCACB; }
a { background-color: rgb(76,202,203); }
div.DivClassName
{
background-color: #4CCACB;
}
.BgClassName
{
background-color: #4CCACB;
}
</style>
border-color css
<style>
span { border-color: #4CCACB; }
span { border-color: rgb(76,202,203); }
td.TdClassName
{
border-color: #4CCACB;
}
.TagClassName
{
border-color: #4CCACB;
}
</style>