Shades of Medium Turquoise #4CCFBB
Tints of Medium Turquoise #4CCFBB
RGB
CMYK
RGB Variations
Color information
#4CCFBB (or 0x4CCFBB) is known color: Medium Turquoise. HEX triplet: 4C, CF and BB. RGB value is (76,207,187). Sum of RGB (Red+Green+Blue) = 76+207+187=470 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.17% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFBB is #B33044. Grayscale: #A5A5A5. Windows color (decimal): -11743301 or 12308300. OLE color: 12308300.
HSL color Cylindrical-coordinate representation of color #4CCFBB: hue angle of 170.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFBB is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 187 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.19 |
| HSL | 170.84º | 0.58% | 0.55% | - |
| HSV(B) | 170.84º | 0.63% | 0.81% | - |
| XYZ | 34.26 | 49.75 | 54.81 | - |
| YUV | 165.55 | 140.1 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 187 | 0.63 | 0 | 0.10 | 0.19 | 170.84 | 0.58 | 0.55 |
| Hex | 4C | CF | BB | 3F | 0 | A | 13 | AB | 3A | 37 |
| Octal | 114 | 317 | 273 | 77 | 0 | 12 | 23 | 253 | 72 | 67 |
| Binary | 1001100 | 11001111 | 10111011 | 111111 | 0 | 1010 | 10011 | 10101011 | 111010 | 110111 |
Color Harmonies of #4CCFBB
Complementary color
Monochromatic Colors of #4CCFBB
Black with #4CCFBB
Text Example
Text Example
White with #4CCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFBB; }
p { color: rgb(76,207,187); }
H1.HeaderClassName
{
color: #4CCFBB;
}
.AnyTagClassName
{
color: #4CCFBB;
}
</style>
background-color css
<style>
a { background-color: #4CCFBB; }
a { background-color: rgb(76,207,187); }
div.DivClassName
{
background-color: #4CCFBB;
}
.BgClassName
{
background-color: #4CCFBB;
}
</style>
border-color css
<style>
span { border-color: #4CCFBB; }
span { border-color: rgb(76,207,187); }
td.TdClassName
{
border-color: #4CCFBB;
}
.TagClassName
{
border-color: #4CCFBB;
}
</style>