Shades of Medium Turquoise #4CCDB4
Tints of Medium Turquoise #4CCDB4
RGB
CMYK
RGB Variations
Color information
#4CCDB4 (or 0x4CCDB4) is known color: Medium Turquoise. HEX triplet: 4C, CD and B4. RGB value is (76,205,180). Sum of RGB (Red+Green+Blue) = 76+205+180=461 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.49% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDB4 is #B3324B. Grayscale: #A3A3A3. Windows color (decimal): -11743820 or 11849036. OLE color: 11849036.
HSL color Cylindrical-coordinate representation of color #4CCDB4: hue angle of 168.37º 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 #4CCDB4 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 180 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.20 |
| HSL | 168.37º | 0.56% | 0.55% | - |
| HSV(B) | 168.37º | 0.63% | 0.8% | - |
| XYZ | 33.05 | 48.49 | 50.8 | - |
| YUV | 163.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 180 | 0.63 | 0 | 0.12 | 0.20 | 168.37 | 0.56 | 0.55 |
| Hex | 4C | CD | B4 | 3F | 0 | C | 14 | A8 | 38 | 37 |
| Octal | 114 | 315 | 264 | 77 | 0 | 14 | 24 | 250 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10110100 | 111111 | 0 | 1100 | 10100 | 10101000 | 111000 | 110111 |
Color Harmonies of #4CCDB4
Complementary color
Monochromatic Colors of #4CCDB4
Black with #4CCDB4
Text Example
Text Example
White with #4CCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDB4; }
p { color: rgb(76,205,180); }
H1.HeaderClassName
{
color: #4CCDB4;
}
.AnyTagClassName
{
color: #4CCDB4;
}
</style>
background-color css
<style>
a { background-color: #4CCDB4; }
a { background-color: rgb(76,205,180); }
div.DivClassName
{
background-color: #4CCDB4;
}
.BgClassName
{
background-color: #4CCDB4;
}
</style>
border-color css
<style>
span { border-color: #4CCDB4; }
span { border-color: rgb(76,205,180); }
td.TdClassName
{
border-color: #4CCDB4;
}
.TagClassName
{
border-color: #4CCDB4;
}
</style>