Shades of Medium Turquoise #4CCADE
Tints of Medium Turquoise #4CCADE
RGB
CMYK
RGB Variations
Color information
#4CCADE (or 0x4CCADE) is known color: Medium Turquoise. HEX triplet: 4C, CA and DE. RGB value is (76,202,222). Sum of RGB (Red+Green+Blue) = 76+202+222=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CCADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCADE is #B33521. Grayscale: #A6A6A6. Windows color (decimal): -11744546 or 14600780. OLE color: 14600780.
HSL color Cylindrical-coordinate representation of color #4CCADE: hue angle of 188.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCADE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 202 | 222 | - |
| CMYK | 0.66 | 0.09 | 0 | 0.13 |
| HSL | 188.22º | 0.69% | 0.58% | - |
| HSV(B) | 188.22º | 0.66% | 0.87% | - |
| XYZ | 37.29 | 49.05 | 76.61 | - |
| YUV | 166.61 | 159.26 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 222 | 0.66 | 0.09 | 0 | 0.13 | 188.22 | 0.69 | 0.58 |
| Hex | 4C | CA | DE | 42 | 9 | 0 | D | BC | 45 | 3A |
| Octal | 114 | 312 | 336 | 102 | 11 | 0 | 15 | 274 | 105 | 72 |
| Binary | 1001100 | 11001010 | 11011110 | 1000010 | 1001 | 0 | 1101 | 10111100 | 1000101 | 111010 |
Color Harmonies of #4CCADE
Complementary color
Monochromatic Colors of #4CCADE
Black with #4CCADE
Text Example
Text Example
White with #4CCADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCADE; }
p { color: rgb(76,202,222); }
H1.HeaderClassName
{
color: #4CCADE;
}
.AnyTagClassName
{
color: #4CCADE;
}
</style>
background-color css
<style>
a { background-color: #4CCADE; }
a { background-color: rgb(76,202,222); }
div.DivClassName
{
background-color: #4CCADE;
}
.BgClassName
{
background-color: #4CCADE;
}
</style>
border-color css
<style>
span { border-color: #4CCADE; }
span { border-color: rgb(76,202,222); }
td.TdClassName
{
border-color: #4CCADE;
}
.TagClassName
{
border-color: #4CCADE;
}
</style>