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