Shades of Medium Turquoise #4CCBCE
Tints of Medium Turquoise #4CCBCE
RGB
CMYK
RGB Variations
Color information
#4CCBCE (or 0x4CCBCE) is known color: Medium Turquoise. HEX triplet: 4C, CB and CE. RGB value is (76,203,206). Sum of RGB (Red+Green+Blue) = 76+203+206=485 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.67% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CCBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCBCE is #B33431. Grayscale: #A5A5A5. Windows color (decimal): -11744306 or 13552460. OLE color: 13552460.
HSL color Cylindrical-coordinate representation of color #4CCBCE: hue angle of 181.38º 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 #4CCBCE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 203 | 206 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.19 |
| HSL | 181.38º | 0.57% | 0.55% | - |
| HSV(B) | 181.38º | 0.63% | 0.81% | - |
| XYZ | 35.48 | 48.7 | 65.92 | - |
| YUV | 165.37 | 150.92 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 203 | 206 | 0.63 | 0.01 | 0 | 0.19 | 181.38 | 0.57 | 0.55 |
| Hex | 4C | CB | CE | 3F | 1 | 0 | 13 | B5 | 39 | 37 |
| Octal | 114 | 313 | 316 | 77 | 1 | 0 | 23 | 265 | 71 | 67 |
| Binary | 1001100 | 11001011 | 11001110 | 111111 | 1 | 0 | 10011 | 10110101 | 111001 | 110111 |
Color Harmonies of #4CCBCE
Complementary color
Monochromatic Colors of #4CCBCE
Black with #4CCBCE
Text Example
Text Example
White with #4CCBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCBCE; }
p { color: rgb(76,203,206); }
H1.HeaderClassName
{
color: #4CCBCE;
}
.AnyTagClassName
{
color: #4CCBCE;
}
</style>
background-color css
<style>
a { background-color: #4CCBCE; }
a { background-color: rgb(76,203,206); }
div.DivClassName
{
background-color: #4CCBCE;
}
.BgClassName
{
background-color: #4CCBCE;
}
</style>
border-color css
<style>
span { border-color: #4CCBCE; }
span { border-color: rgb(76,203,206); }
td.TdClassName
{
border-color: #4CCBCE;
}
.TagClassName
{
border-color: #4CCBCE;
}
</style>