Shades of Turquoise #40DDE2
Tints of Turquoise #40DDE2
RGB
CMYK
RGB Variations
Color information
#40DDE2 (or 0x40DDE2) is known color: Turquoise. HEX triplet: 40, DD and E2. RGB value is (64,221,226). Sum of RGB (Red+Green+Blue) = 64+221+226=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 226 (88.67% from 255 or 44.23% from 511); Max value from RGB is 226 - color contains mainly: blue. Hex color #40DDE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDE2 is #BF221D. Grayscale: #AEAEAE. Windows color (decimal): -12526110 or 14867776. OLE color: 14867776.
HSL color Cylindrical-coordinate representation of color #40DDE2: hue angle of 181.85º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40DDE2 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 221 | 226 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.11 |
| HSL | 181.85º | 0.74% | 0.57% | - |
| HSV(B) | 181.85º | 0.72% | 0.89% | - |
| XYZ | 41.7 | 58.29 | 81.01 | - |
| YUV | 174.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 226 | 0.72 | 0.02 | 0 | 0.11 | 181.85 | 0.74 | 0.57 |
| Hex | 40 | DD | E2 | 48 | 2 | 0 | B | B6 | 4A | 39 |
| Octal | 100 | 335 | 342 | 110 | 2 | 0 | 13 | 266 | 112 | 71 |
| Binary | 1000000 | 11011101 | 11100010 | 1001000 | 10 | 0 | 1011 | 10110110 | 1001010 | 111001 |
Color Harmonies of #40DDE2
Complementary color
Monochromatic Colors of #40DDE2
Black with #40DDE2
Text Example
Text Example
White with #40DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDE2; }
p { color: rgb(64,221,226); }
H1.HeaderClassName
{
color: #40DDE2;
}
.AnyTagClassName
{
color: #40DDE2;
}
</style>
background-color css
<style>
a { background-color: #40DDE2; }
a { background-color: rgb(64,221,226); }
div.DivClassName
{
background-color: #40DDE2;
}
.BgClassName
{
background-color: #40DDE2;
}
</style>
border-color css
<style>
span { border-color: #40DDE2; }
span { border-color: rgb(64,221,226); }
td.TdClassName
{
border-color: #40DDE2;
}
.TagClassName
{
border-color: #40DDE2;
}
</style>