Shades of Medium Turquoise #4CCEDE
Tints of Medium Turquoise #4CCEDE
RGB
CMYK
RGB Variations
Color information
#4CCEDE (or 0x4CCEDE) is known color: Medium Turquoise. HEX triplet: 4C, CE and DE. RGB value is (76,206,222). Sum of RGB (Red+Green+Blue) = 76+206+222=504 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.08% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #4CCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCEDE is #B33121. Grayscale: #A8A8A8. Windows color (decimal): -11743522 or 14601804. OLE color: 14601804.
HSL color Cylindrical-coordinate representation of color #4CCEDE: hue angle of 186.58º 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 #4CCEDE is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 206 | 222 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.13 |
| HSL | 186.58º | 0.69% | 0.58% | - |
| HSV(B) | 186.58º | 0.66% | 0.87% | - |
| XYZ | 38.24 | 50.95 | 76.93 | - |
| YUV | 168.95 | 157.93 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 222 | 0.66 | 0.07 | 0 | 0.13 | 186.58 | 0.69 | 0.58 |
| Hex | 4C | CE | DE | 42 | 7 | 0 | D | BB | 45 | 3A |
| Octal | 114 | 316 | 336 | 102 | 7 | 0 | 15 | 273 | 105 | 72 |
| Binary | 1001100 | 11001110 | 11011110 | 1000010 | 111 | 0 | 1101 | 10111011 | 1000101 | 111010 |
Color Harmonies of #4CCEDE
Complementary color
Monochromatic Colors of #4CCEDE
Black with #4CCEDE
Text Example
Text Example
White with #4CCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEDE; }
p { color: rgb(76,206,222); }
H1.HeaderClassName
{
color: #4CCEDE;
}
.AnyTagClassName
{
color: #4CCEDE;
}
</style>
background-color css
<style>
a { background-color: #4CCEDE; }
a { background-color: rgb(76,206,222); }
div.DivClassName
{
background-color: #4CCEDE;
}
.BgClassName
{
background-color: #4CCEDE;
}
</style>
border-color css
<style>
span { border-color: #4CCEDE; }
span { border-color: rgb(76,206,222); }
td.TdClassName
{
border-color: #4CCEDE;
}
.TagClassName
{
border-color: #4CCEDE;
}
</style>