Shades of Medium Turquoise #4CCFB7
Tints of Medium Turquoise #4CCFB7
RGB
CMYK
RGB Variations
Color information
#4CCFB7 (or 0x4CCFB7) is known color: Medium Turquoise. HEX triplet: 4C, CF and B7. RGB value is (76,207,183). Sum of RGB (Red+Green+Blue) = 76+207+183=466 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.31% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFB7 is #B33048. Grayscale: #A5A5A5. Windows color (decimal): -11743305 or 12046156. OLE color: 12046156.
HSL color Cylindrical-coordinate representation of color #4CCFB7: hue angle of 169.01º 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 #4CCFB7 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 183 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.19 |
| HSL | 169.01º | 0.58% | 0.55% | - |
| HSV(B) | 169.01º | 0.63% | 0.81% | - |
| XYZ | 33.84 | 49.58 | 52.59 | - |
| YUV | 165.1 | 138.1 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 183 | 0.63 | 0 | 0.12 | 0.19 | 169.01 | 0.58 | 0.55 |
| Hex | 4C | CF | B7 | 3F | 0 | C | 13 | A9 | 3A | 37 |
| Octal | 114 | 317 | 267 | 77 | 0 | 14 | 23 | 251 | 72 | 67 |
| Binary | 1001100 | 11001111 | 10110111 | 111111 | 0 | 1100 | 10011 | 10101001 | 111010 | 110111 |
Color Harmonies of #4CCFB7
Complementary color
Monochromatic Colors of #4CCFB7
Black with #4CCFB7
Text Example
Text Example
White with #4CCFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFB7; }
p { color: rgb(76,207,183); }
H1.HeaderClassName
{
color: #4CCFB7;
}
.AnyTagClassName
{
color: #4CCFB7;
}
</style>
background-color css
<style>
a { background-color: #4CCFB7; }
a { background-color: rgb(76,207,183); }
div.DivClassName
{
background-color: #4CCFB7;
}
.BgClassName
{
background-color: #4CCFB7;
}
</style>
border-color css
<style>
span { border-color: #4CCFB7; }
span { border-color: rgb(76,207,183); }
td.TdClassName
{
border-color: #4CCFB7;
}
.TagClassName
{
border-color: #4CCFB7;
}
</style>