Shades of Medium Turquoise #4CCCCE
Tints of Medium Turquoise #4CCCCE
RGB
CMYK
RGB Variations
Color information
#4CCCCE (or 0x4CCCCE) is known color: Medium Turquoise. HEX triplet: 4C, CC and CE. RGB value is (76,204,206). Sum of RGB (Red+Green+Blue) = 76+204+206=486 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.64% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CCCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCCCE is #B33331. Grayscale: #A5A5A5. Windows color (decimal): -11744050 or 13552716. OLE color: 13552716.
HSL color Cylindrical-coordinate representation of color #4CCCCE: hue angle of 180.92º 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 #4CCCCE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 204 | 206 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.19 |
| HSL | 180.92º | 0.57% | 0.55% | - |
| HSV(B) | 180.92º | 0.63% | 0.81% | - |
| XYZ | 35.71 | 49.18 | 66 | - |
| YUV | 165.96 | 150.59 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 206 | 0.63 | 0.01 | 0 | 0.19 | 180.92 | 0.57 | 0.55 |
| Hex | 4C | CC | CE | 3F | 1 | 0 | 13 | B5 | 39 | 37 |
| Octal | 114 | 314 | 316 | 77 | 1 | 0 | 23 | 265 | 71 | 67 |
| Binary | 1001100 | 11001100 | 11001110 | 111111 | 1 | 0 | 10011 | 10110101 | 111001 | 110111 |
Color Harmonies of #4CCCCE
Complementary color
Monochromatic Colors of #4CCCCE
Black with #4CCCCE
Text Example
Text Example
White with #4CCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCCE; }
p { color: rgb(76,204,206); }
H1.HeaderClassName
{
color: #4CCCCE;
}
.AnyTagClassName
{
color: #4CCCCE;
}
</style>
background-color css
<style>
a { background-color: #4CCCCE; }
a { background-color: rgb(76,204,206); }
div.DivClassName
{
background-color: #4CCCCE;
}
.BgClassName
{
background-color: #4CCCCE;
}
</style>
border-color css
<style>
span { border-color: #4CCCCE; }
span { border-color: rgb(76,204,206); }
td.TdClassName
{
border-color: #4CCCCE;
}
.TagClassName
{
border-color: #4CCCCE;
}
</style>