Shades of Turquoise #40E0DF
Tints of Turquoise #40E0DF
RGB
CMYK
RGB Variations
Color information
#40E0DF (or 0x40E0DF) is known color: Turquoise. HEX triplet: 40, E0 and DF. RGB value is (64,224,223). Sum of RGB (Red+Green+Blue) = 64+224+223=511 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.52% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #40E0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E0DF is #BF1F20. Grayscale: #AFAFAF. Windows color (decimal): -12525345 or 14671936. OLE color: 14671936.
HSL color Cylindrical-coordinate representation of color #40E0DF: hue angle of 179.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40E0DF is Cyan = 0.71, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 223 | - |
| CMYK | 0.71 | 0 | 0.00 | 0.12 |
| HSL | 179.63º | 0.72% | 0.56% | - |
| HSV(B) | 179.63º | 0.71% | 0.88% | - |
| XYZ | 42.09 | 59.73 | 79.12 | - |
| YUV | 176.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 223 | 0.71 | 0 | 0.00 | 0.12 | 179.63 | 0.72 | 0.56 |
| Hex | 40 | E0 | DF | 47 | 0 | 0 | C | B4 | 48 | 38 |
| Octal | 100 | 340 | 337 | 107 | 0 | 0 | 14 | 264 | 110 | 70 |
| Binary | 1000000 | 11100000 | 11011111 | 1000111 | 0 | 0 | 1100 | 10110100 | 1001000 | 111000 |
Color Harmonies of #40E0DF
Complementary color
Monochromatic Colors of #40E0DF
Black with #40E0DF
Text Example
Text Example
White with #40E0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E0DF; }
p { color: rgb(64,224,223); }
H1.HeaderClassName
{
color: #40E0DF;
}
.AnyTagClassName
{
color: #40E0DF;
}
</style>
background-color css
<style>
a { background-color: #40E0DF; }
a { background-color: rgb(64,224,223); }
div.DivClassName
{
background-color: #40E0DF;
}
.BgClassName
{
background-color: #40E0DF;
}
</style>
border-color css
<style>
span { border-color: #40E0DF; }
span { border-color: rgb(64,224,223); }
td.TdClassName
{
border-color: #40E0DF;
}
.TagClassName
{
border-color: #40E0DF;
}
</style>