Shades of Medium Turquoise #4CCFC1
Tints of Medium Turquoise #4CCFC1
RGB
CMYK
RGB Variations
Color information
#4CCFC1 (or 0x4CCFC1) is known color: Medium Turquoise. HEX triplet: 4C, CF and C1. RGB value is (76,207,193). Sum of RGB (Red+Green+Blue) = 76+207+193=476 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.97% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCFC1 is #B3303E. Grayscale: #A6A6A6. Windows color (decimal): -11743295 or 12701516. OLE color: 12701516.
HSL color Cylindrical-coordinate representation of color #4CCFC1: hue angle of 173.59º 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 #4CCFC1 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 193 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.19 |
| HSL | 173.59º | 0.58% | 0.55% | - |
| HSV(B) | 173.59º | 0.63% | 0.81% | - |
| XYZ | 34.92 | 50.01 | 58.27 | - |
| YUV | 166.24 | 143.1 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 193 | 0.63 | 0 | 0.07 | 0.19 | 173.59 | 0.58 | 0.55 |
| Hex | 4C | CF | C1 | 3F | 0 | 7 | 13 | AE | 3A | 37 |
| Octal | 114 | 317 | 301 | 77 | 0 | 7 | 23 | 256 | 72 | 67 |
| Binary | 1001100 | 11001111 | 11000001 | 111111 | 0 | 111 | 10011 | 10101110 | 111010 | 110111 |
Color Harmonies of #4CCFC1
Complementary color
Monochromatic Colors of #4CCFC1
Black with #4CCFC1
Text Example
Text Example
White with #4CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFC1; }
p { color: rgb(76,207,193); }
H1.HeaderClassName
{
color: #4CCFC1;
}
.AnyTagClassName
{
color: #4CCFC1;
}
</style>
background-color css
<style>
a { background-color: #4CCFC1; }
a { background-color: rgb(76,207,193); }
div.DivClassName
{
background-color: #4CCFC1;
}
.BgClassName
{
background-color: #4CCFC1;
}
</style>
border-color css
<style>
span { border-color: #4CCFC1; }
span { border-color: rgb(76,207,193); }
td.TdClassName
{
border-color: #4CCFC1;
}
.TagClassName
{
border-color: #4CCFC1;
}
</style>