Shades of Medium Turquoise #40CEDB
Tints of Medium Turquoise #40CEDB
RGB
CMYK
RGB Variations
Color information
#40CEDB (or 0x40CEDB) is known color: Medium Turquoise. HEX triplet: 40, CE and DB. RGB value is (64,206,219). Sum of RGB (Red+Green+Blue) = 64+206+219=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEDB is #BF3124. Grayscale: #A4A4A4. Windows color (decimal): -12529957 or 14405184. OLE color: 14405184.
HSL color Cylindrical-coordinate representation of color #40CEDB: hue angle of 185.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CEDB is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 206 | 219 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.14 |
| HSL | 185.03º | 0.68% | 0.55% | - |
| HSV(B) | 185.03º | 0.71% | 0.86% | - |
| XYZ | 36.97 | 50.35 | 74.79 | - |
| YUV | 165.02 | 158.46 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 219 | 0.71 | 0.06 | 0 | 0.14 | 185.03 | 0.68 | 0.55 |
| Hex | 40 | CE | DB | 47 | 6 | 0 | E | B9 | 44 | 37 |
| Octal | 100 | 316 | 333 | 107 | 6 | 0 | 16 | 271 | 104 | 67 |
| Binary | 1000000 | 11001110 | 11011011 | 1000111 | 110 | 0 | 1110 | 10111001 | 1000100 | 110111 |
Color Harmonies of #40CEDB
Complementary color
Monochromatic Colors of #40CEDB
Black with #40CEDB
Text Example
Text Example
White with #40CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEDB; }
p { color: rgb(64,206,219); }
H1.HeaderClassName
{
color: #40CEDB;
}
.AnyTagClassName
{
color: #40CEDB;
}
</style>
background-color css
<style>
a { background-color: #40CEDB; }
a { background-color: rgb(64,206,219); }
div.DivClassName
{
background-color: #40CEDB;
}
.BgClassName
{
background-color: #40CEDB;
}
</style>
border-color css
<style>
span { border-color: #40CEDB; }
span { border-color: rgb(64,206,219); }
td.TdClassName
{
border-color: #40CEDB;
}
.TagClassName
{
border-color: #40CEDB;
}
</style>