Shades of Medium Turquoise #4BCEDE
Tints of Medium Turquoise #4BCEDE
RGB
CMYK
RGB Variations
Color information
#4BCEDE (or 0x4BCEDE) is known color: Medium Turquoise. HEX triplet: 4B, CE and DE. RGB value is (75,206,222). Sum of RGB (Red+Green+Blue) = 75+206+222=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BCEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCEDE is #B43121. Grayscale: #A8A8A8. Windows color (decimal): -11809058 or 14601803. OLE color: 14601803.
HSL color Cylindrical-coordinate representation of color #4BCEDE: hue angle of 186.53º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BCEDE is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 206 | 222 | - |
| CMYK | 0.66 | 0.07 | 0 | 0.13 |
| HSL | 186.53º | 0.69% | 0.58% | - |
| HSV(B) | 186.53º | 0.66% | 0.87% | - |
| XYZ | 38.16 | 50.91 | 76.92 | - |
| YUV | 168.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 222 | 0.66 | 0.07 | 0 | 0.13 | 186.53 | 0.69 | 0.58 |
| Hex | 4B | CE | DE | 42 | 7 | 0 | D | BB | 45 | 3A |
| Octal | 113 | 316 | 336 | 102 | 7 | 0 | 15 | 273 | 105 | 72 |
| Binary | 1001011 | 11001110 | 11011110 | 1000010 | 111 | 0 | 1101 | 10111011 | 1000101 | 111010 |
Color Harmonies of #4BCEDE
Complementary color
Monochromatic Colors of #4BCEDE
Black with #4BCEDE
Text Example
Text Example
White with #4BCEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEDE; }
p { color: rgb(75,206,222); }
H1.HeaderClassName
{
color: #4BCEDE;
}
.AnyTagClassName
{
color: #4BCEDE;
}
</style>
background-color css
<style>
a { background-color: #4BCEDE; }
a { background-color: rgb(75,206,222); }
div.DivClassName
{
background-color: #4BCEDE;
}
.BgClassName
{
background-color: #4BCEDE;
}
</style>
border-color css
<style>
span { border-color: #4BCEDE; }
span { border-color: rgb(75,206,222); }
td.TdClassName
{
border-color: #4BCEDE;
}
.TagClassName
{
border-color: #4BCEDE;
}
</style>