Shades of Medium Turquoise #4CCDB8
Tints of Medium Turquoise #4CCDB8
RGB
CMYK
RGB Variations
Color information
#4CCDB8 (or 0x4CCDB8) is known color: Medium Turquoise. HEX triplet: 4C, CD and B8. RGB value is (76,205,184). Sum of RGB (Red+Green+Blue) = 76+205+184=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 184 (72.27% from 255 or 39.57% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCDB8 is #B33247. Grayscale: #A3A3A3. Windows color (decimal): -11743816 or 12111180. OLE color: 12111180.
HSL color Cylindrical-coordinate representation of color #4CCDB8: hue angle of 170.23º 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 #4CCDB8 is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 184 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.20 |
| HSL | 170.23º | 0.56% | 0.55% | - |
| HSV(B) | 170.23º | 0.63% | 0.8% | - |
| XYZ | 33.46 | 48.66 | 52.98 | - |
| YUV | 164.04 | 139.26 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 184 | 0.63 | 0 | 0.10 | 0.20 | 170.23 | 0.56 | 0.55 |
| Hex | 4C | CD | B8 | 3F | 0 | A | 14 | AA | 38 | 37 |
| Octal | 114 | 315 | 270 | 77 | 0 | 12 | 24 | 252 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10111000 | 111111 | 0 | 1010 | 10100 | 10101010 | 111000 | 110111 |
Color Harmonies of #4CCDB8
Complementary color
Monochromatic Colors of #4CCDB8
Black with #4CCDB8
Text Example
Text Example
White with #4CCDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDB8; }
p { color: rgb(76,205,184); }
H1.HeaderClassName
{
color: #4CCDB8;
}
.AnyTagClassName
{
color: #4CCDB8;
}
</style>
background-color css
<style>
a { background-color: #4CCDB8; }
a { background-color: rgb(76,205,184); }
div.DivClassName
{
background-color: #4CCDB8;
}
.BgClassName
{
background-color: #4CCDB8;
}
</style>
border-color css
<style>
span { border-color: #4CCDB8; }
span { border-color: rgb(76,205,184); }
td.TdClassName
{
border-color: #4CCDB8;
}
.TagClassName
{
border-color: #4CCDB8;
}
</style>