Shades of Turquoise #40DCDE
Tints of Turquoise #40DCDE
RGB
CMYK
RGB Variations
Color information
#40DCDE (or 0x40DCDE) is known color: Turquoise. HEX triplet: 40, DC and DE. RGB value is (64,220,222). Sum of RGB (Red+Green+Blue) = 64+220+222=506 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.65% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #40DCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DCDE is #BF2321. Grayscale: #ADADAD. Windows color (decimal): -12526370 or 14605376. OLE color: 14605376.
HSL color Cylindrical-coordinate representation of color #40DCDE: hue angle of 180.76º 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 #40DCDE is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 220 | 222 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.13 |
| HSL | 180.76º | 0.71% | 0.56% | - |
| HSV(B) | 180.76º | 0.71% | 0.87% | - |
| XYZ | 40.89 | 57.55 | 78.06 | - |
| YUV | 173.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 222 | 0.71 | 0.01 | 0 | 0.13 | 180.76 | 0.71 | 0.56 |
| Hex | 40 | DC | DE | 47 | 1 | 0 | D | B5 | 47 | 38 |
| Octal | 100 | 334 | 336 | 107 | 1 | 0 | 15 | 265 | 107 | 70 |
| Binary | 1000000 | 11011100 | 11011110 | 1000111 | 1 | 0 | 1101 | 10110101 | 1000111 | 111000 |
Color Harmonies of #40DCDE
Complementary color
Monochromatic Colors of #40DCDE
Black with #40DCDE
Text Example
Text Example
White with #40DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCDE; }
p { color: rgb(64,220,222); }
H1.HeaderClassName
{
color: #40DCDE;
}
.AnyTagClassName
{
color: #40DCDE;
}
</style>
background-color css
<style>
a { background-color: #40DCDE; }
a { background-color: rgb(64,220,222); }
div.DivClassName
{
background-color: #40DCDE;
}
.BgClassName
{
background-color: #40DCDE;
}
</style>
border-color css
<style>
span { border-color: #40DCDE; }
span { border-color: rgb(64,220,222); }
td.TdClassName
{
border-color: #40DCDE;
}
.TagClassName
{
border-color: #40DCDE;
}
</style>