Shades of Medium Turquoise #40CBDE
Tints of Medium Turquoise #40CBDE
RGB
CMYK
RGB Variations
Color information
#40CBDE (or 0x40CBDE) is known color: Medium Turquoise. HEX triplet: 40, CB and DE. RGB value is (64,203,222). Sum of RGB (Red+Green+Blue) = 64+203+222=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #40CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBDE is #BF3421. Grayscale: #A3A3A3. Windows color (decimal): -12530722 or 14601024. OLE color: 14601024.
HSL color Cylindrical-coordinate representation of color #40CBDE: hue angle of 187.22º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CBDE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 203 | 222 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.13 |
| HSL | 187.22º | 0.71% | 0.56% | - |
| HSV(B) | 187.22º | 0.71% | 0.87% | - |
| XYZ | 36.66 | 49.08 | 76.65 | - |
| YUV | 163.61 | 160.95 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 222 | 0.71 | 0.09 | 0 | 0.13 | 187.22 | 0.71 | 0.56 |
| Hex | 40 | CB | DE | 47 | 9 | 0 | D | BB | 47 | 38 |
| Octal | 100 | 313 | 336 | 107 | 11 | 0 | 15 | 273 | 107 | 70 |
| Binary | 1000000 | 11001011 | 11011110 | 1000111 | 1001 | 0 | 1101 | 10111011 | 1000111 | 111000 |
Color Harmonies of #40CBDE
Complementary color
Monochromatic Colors of #40CBDE
Black with #40CBDE
Text Example
Text Example
White with #40CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBDE; }
p { color: rgb(64,203,222); }
H1.HeaderClassName
{
color: #40CBDE;
}
.AnyTagClassName
{
color: #40CBDE;
}
</style>
background-color css
<style>
a { background-color: #40CBDE; }
a { background-color: rgb(64,203,222); }
div.DivClassName
{
background-color: #40CBDE;
}
.BgClassName
{
background-color: #40CBDE;
}
</style>
border-color css
<style>
span { border-color: #40CBDE; }
span { border-color: rgb(64,203,222); }
td.TdClassName
{
border-color: #40CBDE;
}
.TagClassName
{
border-color: #40CBDE;
}
</style>