Shades of Medium Turquoise #4CC9CE
Tints of Medium Turquoise #4CC9CE
RGB
CMYK
RGB Variations
Color information
#4CC9CE (or 0x4CC9CE) is known color: Medium Turquoise. HEX triplet: 4C, C9 and CE. RGB value is (76,201,206). Sum of RGB (Red+Green+Blue) = 76+201+206=483 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.73% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC9CE is #B33631. Grayscale: #A4A4A4. Windows color (decimal): -11744818 or 13551948. OLE color: 13551948.
HSL color Cylindrical-coordinate representation of color #4CC9CE: hue angle of 182.31º degrees, saturation: 0.57, 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 #4CC9CE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 201 | 206 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.19 |
| HSL | 182.31º | 0.57% | 0.55% | - |
| HSV(B) | 182.31º | 0.63% | 0.81% | - |
| XYZ | 35.01 | 47.77 | 65.77 | - |
| YUV | 164.2 | 151.59 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 206 | 0.63 | 0.02 | 0 | 0.19 | 182.31 | 0.57 | 0.55 |
| Hex | 4C | C9 | CE | 3F | 2 | 0 | 13 | B6 | 39 | 37 |
| Octal | 114 | 311 | 316 | 77 | 2 | 0 | 23 | 266 | 71 | 67 |
| Binary | 1001100 | 11001001 | 11001110 | 111111 | 10 | 0 | 10011 | 10110110 | 111001 | 110111 |
Color Harmonies of #4CC9CE
Complementary color
Monochromatic Colors of #4CC9CE
Black with #4CC9CE
Text Example
Text Example
White with #4CC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC9CE; }
p { color: rgb(76,201,206); }
H1.HeaderClassName
{
color: #4CC9CE;
}
.AnyTagClassName
{
color: #4CC9CE;
}
</style>
background-color css
<style>
a { background-color: #4CC9CE; }
a { background-color: rgb(76,201,206); }
div.DivClassName
{
background-color: #4CC9CE;
}
.BgClassName
{
background-color: #4CC9CE;
}
</style>
border-color css
<style>
span { border-color: #4CC9CE; }
span { border-color: rgb(76,201,206); }
td.TdClassName
{
border-color: #4CC9CE;
}
.TagClassName
{
border-color: #4CC9CE;
}
</style>