Shades of Medium Turquoise #40CEBE
Tints of Medium Turquoise #40CEBE
RGB
CMYK
RGB Variations
Color information
#40CEBE (or 0x40CEBE) is known color: Medium Turquoise. HEX triplet: 40, CE and BE. RGB value is (64,206,190). Sum of RGB (Red+Green+Blue) = 64+206+190=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEBE is #BF3141. Grayscale: #A1A1A1. Windows color (decimal): -12529986 or 12504640. OLE color: 12504640.
HSL color Cylindrical-coordinate representation of color #40CEBE: hue angle of 173.24º 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 #40CEBE is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 190 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.19 |
| HSL | 173.24º | 0.59% | 0.53% | - |
| HSV(B) | 173.24º | 0.69% | 0.81% | - |
| XYZ | 33.48 | 48.95 | 56.4 | - |
| YUV | 161.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 190 | 0.69 | 0 | 0.08 | 0.19 | 173.24 | 0.59 | 0.53 |
| Hex | 40 | CE | BE | 45 | 0 | 8 | 13 | AD | 3B | 35 |
| Octal | 100 | 316 | 276 | 105 | 0 | 10 | 23 | 255 | 73 | 65 |
| Binary | 1000000 | 11001110 | 10111110 | 1000101 | 0 | 1000 | 10011 | 10101101 | 111011 | 110101 |
Color Harmonies of #40CEBE
Complementary color
Monochromatic Colors of #40CEBE
Black with #40CEBE
Text Example
Text Example
White with #40CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEBE; }
p { color: rgb(64,206,190); }
H1.HeaderClassName
{
color: #40CEBE;
}
.AnyTagClassName
{
color: #40CEBE;
}
</style>
background-color css
<style>
a { background-color: #40CEBE; }
a { background-color: rgb(64,206,190); }
div.DivClassName
{
background-color: #40CEBE;
}
.BgClassName
{
background-color: #40CEBE;
}
</style>
border-color css
<style>
span { border-color: #40CEBE; }
span { border-color: rgb(64,206,190); }
td.TdClassName
{
border-color: #40CEBE;
}
.TagClassName
{
border-color: #40CEBE;
}
</style>