Shades of Medium Turquoise #4CCCB5
Tints of Medium Turquoise #4CCCB5
RGB
CMYK
RGB Variations
Color information
#4CCCB5 (or 0x4CCCB5) is known color: Medium Turquoise. HEX triplet: 4C, CC and B5. RGB value is (76,204,181). Sum of RGB (Red+Green+Blue) = 76+204+181=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCB5 is #B3334A. Grayscale: #A3A3A3. Windows color (decimal): -11744075 or 11914316. OLE color: 11914316.
HSL color Cylindrical-coordinate representation of color #4CCCB5: hue angle of 169.22º degrees, saturation: 0.56, 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 #4CCCB5 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 181 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.2 |
| HSL | 169.22º | 0.56% | 0.55% | - |
| HSV(B) | 169.22º | 0.63% | 0.8% | - |
| XYZ | 32.91 | 48.06 | 51.26 | - |
| YUV | 163.11 | 138.09 | 65.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 181 | 0.63 | 0 | 0.11 | 0.2 | 169.22 | 0.56 | 0.55 |
| Hex | 4C | CC | B5 | 3F | 0 | B | 14 | A9 | 38 | 37 |
| Octal | 114 | 314 | 265 | 77 | 0 | 13 | 24 | 251 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10110101 | 111111 | 0 | 1011 | 10100 | 10101001 | 111000 | 110111 |
Color Harmonies of #4CCCB5
Complementary color
Monochromatic Colors of #4CCCB5
Black with #4CCCB5
Text Example
Text Example
White with #4CCCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCB5; }
p { color: rgb(76,204,181); }
H1.HeaderClassName
{
color: #4CCCB5;
}
.AnyTagClassName
{
color: #4CCCB5;
}
</style>
background-color css
<style>
a { background-color: #4CCCB5; }
a { background-color: rgb(76,204,181); }
div.DivClassName
{
background-color: #4CCCB5;
}
.BgClassName
{
background-color: #4CCCB5;
}
</style>
border-color css
<style>
span { border-color: #4CCCB5; }
span { border-color: rgb(76,204,181); }
td.TdClassName
{
border-color: #4CCCB5;
}
.TagClassName
{
border-color: #4CCCB5;
}
</style>