Shades of Medium Turquoise #4BCEC3
Tints of Medium Turquoise #4BCEC3
RGB
CMYK
RGB Variations
Color information
#4BCEC3 (or 0x4BCEC3) is known color: Medium Turquoise. HEX triplet: 4B, CE and C3. RGB value is (75,206,195). Sum of RGB (Red+Green+Blue) = 75+206+195=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEC3 is #B4313C. Grayscale: #A5A5A5. Windows color (decimal): -11809085 or 12832331. OLE color: 12832331.
HSL color Cylindrical-coordinate representation of color #4BCEC3: hue angle of 174.96º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCEC3 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 195 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.19 |
| HSL | 174.96º | 0.57% | 0.55% | - |
| HSV(B) | 174.96º | 0.64% | 0.81% | - |
| XYZ | 34.82 | 49.58 | 59.36 | - |
| YUV | 165.58 | 144.6 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 195 | 0.64 | 0 | 0.05 | 0.19 | 174.96 | 0.57 | 0.55 |
| Hex | 4B | CE | C3 | 40 | 0 | 5 | 13 | AF | 39 | 37 |
| Octal | 113 | 316 | 303 | 100 | 0 | 5 | 23 | 257 | 71 | 67 |
| Binary | 1001011 | 11001110 | 11000011 | 1000000 | 0 | 101 | 10011 | 10101111 | 111001 | 110111 |
Color Harmonies of #4BCEC3
Complementary color
Monochromatic Colors of #4BCEC3
Black with #4BCEC3
Text Example
Text Example
White with #4BCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEC3; }
p { color: rgb(75,206,195); }
H1.HeaderClassName
{
color: #4BCEC3;
}
.AnyTagClassName
{
color: #4BCEC3;
}
</style>
background-color css
<style>
a { background-color: #4BCEC3; }
a { background-color: rgb(75,206,195); }
div.DivClassName
{
background-color: #4BCEC3;
}
.BgClassName
{
background-color: #4BCEC3;
}
</style>
border-color css
<style>
span { border-color: #4BCEC3; }
span { border-color: rgb(75,206,195); }
td.TdClassName
{
border-color: #4BCEC3;
}
.TagClassName
{
border-color: #4BCEC3;
}
</style>