Shades of Medium Turquoise #40CEBC
Tints of Medium Turquoise #40CEBC
RGB
CMYK
RGB Variations
Color information
#40CEBC (or 0x40CEBC) is known color: Medium Turquoise. HEX triplet: 40, CE and BC. RGB value is (64,206,188). Sum of RGB (Red+Green+Blue) = 64+206+188=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEBC is #BF3143. Grayscale: #A1A1A1. Windows color (decimal): -12529988 or 12373568. OLE color: 12373568.
HSL color Cylindrical-coordinate representation of color #40CEBC: hue angle of 172.39º 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 #40CEBC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 188 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.19 |
| HSL | 172.39º | 0.59% | 0.53% | - |
| HSV(B) | 172.39º | 0.69% | 0.81% | - |
| XYZ | 33.26 | 48.86 | 55.26 | - |
| YUV | 161.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 188 | 0.69 | 0 | 0.09 | 0.19 | 172.39 | 0.59 | 0.53 |
| Hex | 40 | CE | BC | 45 | 0 | 9 | 13 | AC | 3B | 35 |
| Octal | 100 | 316 | 274 | 105 | 0 | 11 | 23 | 254 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10111100 | 1000101 | 0 | 1001 | 10011 | 10101100 | 111011 | 110101 |
Color Harmonies of #40CEBC
Complementary color
Monochromatic Colors of #40CEBC
Black with #40CEBC
Text Example
Text Example
White with #40CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEBC; }
p { color: rgb(64,206,188); }
H1.HeaderClassName
{
color: #40CEBC;
}
.AnyTagClassName
{
color: #40CEBC;
}
</style>
background-color css
<style>
a { background-color: #40CEBC; }
a { background-color: rgb(64,206,188); }
div.DivClassName
{
background-color: #40CEBC;
}
.BgClassName
{
background-color: #40CEBC;
}
</style>
border-color css
<style>
span { border-color: #40CEBC; }
span { border-color: rgb(64,206,188); }
td.TdClassName
{
border-color: #40CEBC;
}
.TagClassName
{
border-color: #40CEBC;
}
</style>