Shades of Medium Turquoise #4BCED0
Tints of Medium Turquoise #4BCED0
RGB
CMYK
RGB Variations
Color information
#4BCED0 (or 0x4BCED0) is known color: Medium Turquoise. HEX triplet: 4B, CE and D0. RGB value is (75,206,208). Sum of RGB (Red+Green+Blue) = 75+206+208=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #4BCED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCED0 is #B4312F. Grayscale: #A6A6A6. Windows color (decimal): -11809072 or 13684299. OLE color: 13684299.
HSL color Cylindrical-coordinate representation of color #4BCED0: hue angle of 180.9º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCED0 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 206 | 208 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.18 |
| HSL | 180.9º | 0.59% | 0.55% | - |
| HSV(B) | 180.9º | 0.64% | 0.82% | - |
| XYZ | 36.36 | 50.19 | 67.45 | - |
| YUV | 167.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 208 | 0.64 | 0.01 | 0 | 0.18 | 180.9 | 0.59 | 0.55 |
| Hex | 4B | CE | D0 | 40 | 1 | 0 | 12 | B5 | 3B | 37 |
| Octal | 113 | 316 | 320 | 100 | 1 | 0 | 22 | 265 | 73 | 67 |
| Binary | 1001011 | 11001110 | 11010000 | 1000000 | 1 | 0 | 10010 | 10110101 | 111011 | 110111 |
Color Harmonies of #4BCED0
Complementary color
Monochromatic Colors of #4BCED0
Black with #4BCED0
Text Example
Text Example
White with #4BCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCED0; }
p { color: rgb(75,206,208); }
H1.HeaderClassName
{
color: #4BCED0;
}
.AnyTagClassName
{
color: #4BCED0;
}
</style>
background-color css
<style>
a { background-color: #4BCED0; }
a { background-color: rgb(75,206,208); }
div.DivClassName
{
background-color: #4BCED0;
}
.BgClassName
{
background-color: #4BCED0;
}
</style>
border-color css
<style>
span { border-color: #4BCED0; }
span { border-color: rgb(75,206,208); }
td.TdClassName
{
border-color: #4BCED0;
}
.TagClassName
{
border-color: #4BCED0;
}
</style>