Shades of Medium Turquoise #40CEBB
Tints of Medium Turquoise #40CEBB
RGB
CMYK
RGB Variations
Color information
#40CEBB (or 0x40CEBB) is known color: Medium Turquoise. HEX triplet: 40, CE and BB. RGB value is (64,206,187). Sum of RGB (Red+Green+Blue) = 64+206+187=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEBB is #BF3144. Grayscale: #A1A1A1. Windows color (decimal): -12529989 or 12308032. OLE color: 12308032.
HSL color Cylindrical-coordinate representation of color #40CEBB: hue angle of 171.97º 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 #40CEBB is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 187 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.19 |
| HSL | 171.97º | 0.59% | 0.53% | - |
| HSV(B) | 171.97º | 0.69% | 0.81% | - |
| XYZ | 33.16 | 48.82 | 54.69 | - |
| YUV | 161.38 | 142.46 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 187 | 0.69 | 0 | 0.09 | 0.19 | 171.97 | 0.59 | 0.53 |
| Hex | 40 | CE | BB | 45 | 0 | 9 | 13 | AC | 3B | 35 |
| Octal | 100 | 316 | 273 | 105 | 0 | 11 | 23 | 254 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10111011 | 1000101 | 0 | 1001 | 10011 | 10101100 | 111011 | 110101 |
Color Harmonies of #40CEBB
Complementary color
Monochromatic Colors of #40CEBB
Black with #40CEBB
Text Example
Text Example
White with #40CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEBB; }
p { color: rgb(64,206,187); }
H1.HeaderClassName
{
color: #40CEBB;
}
.AnyTagClassName
{
color: #40CEBB;
}
</style>
background-color css
<style>
a { background-color: #40CEBB; }
a { background-color: rgb(64,206,187); }
div.DivClassName
{
background-color: #40CEBB;
}
.BgClassName
{
background-color: #40CEBB;
}
</style>
border-color css
<style>
span { border-color: #40CEBB; }
span { border-color: rgb(64,206,187); }
td.TdClassName
{
border-color: #40CEBB;
}
.TagClassName
{
border-color: #40CEBB;
}
</style>