Shades of Medium Turquoise #40CEE5
Tints of Medium Turquoise #40CEE5
RGB
CMYK
RGB Variations
Color information
#40CEE5 (or 0x40CEE5) is known color: Medium Turquoise. HEX triplet: 40, CE and E5. RGB value is (64,206,229). Sum of RGB (Red+Green+Blue) = 64+206+229=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #40CEE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEE5 is #BF311A. Grayscale: #A5A5A5. Windows color (decimal): -12529947 or 15060544. OLE color: 15060544.
HSL color Cylindrical-coordinate representation of color #40CEE5: hue angle of 188.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40CEE5 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 206 | 229 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.10 |
| HSL | 188.36º | 0.76% | 0.57% | - |
| HSV(B) | 188.36º | 0.72% | 0.9% | - |
| XYZ | 38.33 | 50.89 | 81.93 | - |
| YUV | 166.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 229 | 0.72 | 0.10 | 0 | 0.10 | 188.36 | 0.76 | 0.57 |
| Hex | 40 | CE | E5 | 48 | A | 0 | A | BC | 4C | 39 |
| Octal | 100 | 316 | 345 | 110 | 12 | 0 | 12 | 274 | 114 | 71 |
| Binary | 1000000 | 11001110 | 11100101 | 1001000 | 1010 | 0 | 1010 | 10111100 | 1001100 | 111001 |
Color Harmonies of #40CEE5
Complementary color
Monochromatic Colors of #40CEE5
Black with #40CEE5
Text Example
Text Example
White with #40CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEE5; }
p { color: rgb(64,206,229); }
H1.HeaderClassName
{
color: #40CEE5;
}
.AnyTagClassName
{
color: #40CEE5;
}
</style>
background-color css
<style>
a { background-color: #40CEE5; }
a { background-color: rgb(64,206,229); }
div.DivClassName
{
background-color: #40CEE5;
}
.BgClassName
{
background-color: #40CEE5;
}
</style>
border-color css
<style>
span { border-color: #40CEE5; }
span { border-color: rgb(64,206,229); }
td.TdClassName
{
border-color: #40CEE5;
}
.TagClassName
{
border-color: #40CEE5;
}
</style>