Shades of Medium Turquoise #40CEBD
Tints of Medium Turquoise #40CEBD
RGB
CMYK
RGB Variations
Color information
#40CEBD (or 0x40CEBD) is known color: Medium Turquoise. HEX triplet: 40, CE and BD. RGB value is (64,206,189). Sum of RGB (Red+Green+Blue) = 64+206+189=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEBD is #BF3142. Grayscale: #A1A1A1. Windows color (decimal): -12529987 or 12439104. OLE color: 12439104.
HSL color Cylindrical-coordinate representation of color #40CEBD: hue angle of 172.82º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CEBD is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 189 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.19 |
| HSL | 172.82º | 0.59% | 0.53% | - |
| HSV(B) | 172.82º | 0.69% | 0.81% | - |
| XYZ | 33.37 | 48.91 | 55.83 | - |
| YUV | 161.6 | 143.46 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 189 | 0.69 | 0 | 0.08 | 0.19 | 172.82 | 0.59 | 0.53 |
| Hex | 40 | CE | BD | 45 | 0 | 8 | 13 | AD | 3B | 35 |
| Octal | 100 | 316 | 275 | 105 | 0 | 10 | 23 | 255 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10111101 | 1000101 | 0 | 1000 | 10011 | 10101101 | 111011 | 110101 |
Color Harmonies of #40CEBD
Complementary color
Monochromatic Colors of #40CEBD
Black with #40CEBD
Text Example
Text Example
White with #40CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEBD; }
p { color: rgb(64,206,189); }
H1.HeaderClassName
{
color: #40CEBD;
}
.AnyTagClassName
{
color: #40CEBD;
}
</style>
background-color css
<style>
a { background-color: #40CEBD; }
a { background-color: rgb(64,206,189); }
div.DivClassName
{
background-color: #40CEBD;
}
.BgClassName
{
background-color: #40CEBD;
}
</style>
border-color css
<style>
span { border-color: #40CEBD; }
span { border-color: rgb(64,206,189); }
td.TdClassName
{
border-color: #40CEBD;
}
.TagClassName
{
border-color: #40CEBD;
}
</style>