Shades of Medium Turquoise #4CC8CB
Tints of Medium Turquoise #4CC8CB
RGB
CMYK
RGB Variations
Color information
#4CC8CB (or 0x4CC8CB) is known color: Medium Turquoise. HEX triplet: 4C, C8 and CB. RGB value is (76,200,203). Sum of RGB (Red+Green+Blue) = 76+200+203=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC8CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC8CB is #B33734. Grayscale: #A3A3A3. Windows color (decimal): -11745077 or 13355084. OLE color: 13355084.
HSL color Cylindrical-coordinate representation of color #4CC8CB: hue angle of 181.42º 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 #4CC8CB is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 200 | 203 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.20 |
| HSL | 181.42º | 0.55% | 0.55% | - |
| HSV(B) | 181.42º | 0.63% | 0.8% | - |
| XYZ | 34.41 | 47.16 | 63.79 | - |
| YUV | 163.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 200 | 203 | 0.63 | 0.01 | 0 | 0.20 | 181.42 | 0.55 | 0.55 |
| Hex | 4C | C8 | CB | 3F | 1 | 0 | 14 | B5 | 37 | 37 |
| Octal | 114 | 310 | 313 | 77 | 1 | 0 | 24 | 265 | 67 | 67 |
| Binary | 1001100 | 11001000 | 11001011 | 111111 | 1 | 0 | 10100 | 10110101 | 110111 | 110111 |
Color Harmonies of #4CC8CB
Complementary color
Monochromatic Colors of #4CC8CB
Black with #4CC8CB
Text Example
Text Example
White with #4CC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC8CB; }
p { color: rgb(76,200,203); }
H1.HeaderClassName
{
color: #4CC8CB;
}
.AnyTagClassName
{
color: #4CC8CB;
}
</style>
background-color css
<style>
a { background-color: #4CC8CB; }
a { background-color: rgb(76,200,203); }
div.DivClassName
{
background-color: #4CC8CB;
}
.BgClassName
{
background-color: #4CC8CB;
}
</style>
border-color css
<style>
span { border-color: #4CC8CB; }
span { border-color: rgb(76,200,203); }
td.TdClassName
{
border-color: #4CC8CB;
}
.TagClassName
{
border-color: #4CC8CB;
}
</style>