Shades of Medium Turquoise #40CBDB
Tints of Medium Turquoise #40CBDB
RGB
CMYK
RGB Variations
Color information
#40CBDB (or 0x40CBDB) is known color: Medium Turquoise. HEX triplet: 40, CB and DB. RGB value is (64,203,219). Sum of RGB (Red+Green+Blue) = 64+203+219=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #40CBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBDB is #BF3424. Grayscale: #A3A3A3. Windows color (decimal): -12530725 or 14404416. OLE color: 14404416.
HSL color Cylindrical-coordinate representation of color #40CBDB: hue angle of 186.19º 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 #40CBDB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 203 | 219 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 186.19º | 0.68% | 0.55% | - |
| HSV(B) | 186.19º | 0.71% | 0.86% | - |
| XYZ | 36.26 | 48.92 | 74.55 | - |
| YUV | 163.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 219 | 0.71 | 0.07 | 0 | 0.14 | 186.19 | 0.68 | 0.55 |
| Hex | 40 | CB | DB | 47 | 7 | 0 | E | BA | 44 | 37 |
| Octal | 100 | 313 | 333 | 107 | 7 | 0 | 16 | 272 | 104 | 67 |
| Binary | 1000000 | 11001011 | 11011011 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000100 | 110111 |
Color Harmonies of #40CBDB
Complementary color
Monochromatic Colors of #40CBDB
Black with #40CBDB
Text Example
Text Example
White with #40CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBDB; }
p { color: rgb(64,203,219); }
H1.HeaderClassName
{
color: #40CBDB;
}
.AnyTagClassName
{
color: #40CBDB;
}
</style>
background-color css
<style>
a { background-color: #40CBDB; }
a { background-color: rgb(64,203,219); }
div.DivClassName
{
background-color: #40CBDB;
}
.BgClassName
{
background-color: #40CBDB;
}
</style>
border-color css
<style>
span { border-color: #40CBDB; }
span { border-color: rgb(64,203,219); }
td.TdClassName
{
border-color: #40CBDB;
}
.TagClassName
{
border-color: #40CBDB;
}
</style>