Shades of Turquoise #40DFE7
Tints of Turquoise #40DFE7
RGB
CMYK
RGB Variations
Color information
#40DFE7 (or 0x40DFE7) is known color: Turquoise. HEX triplet: 40, DF and E7. RGB value is (64,223,231). Sum of RGB (Red+Green+Blue) = 64+223+231=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 231 (90.62% from 255 or 44.59% from 518); Max value from RGB is 231 - color contains mainly: blue. Hex color #40DFE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFE7 is #BF2018. Grayscale: #B0B0B0. Windows color (decimal): -12525593 or 15195968. OLE color: 15195968.
HSL color Cylindrical-coordinate representation of color #40DFE7: hue angle of 182.87º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40DFE7 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 223 | 231 | - |
| CMYK | 0.72 | 0.03 | 0 | 0.09 |
| HSL | 182.87º | 0.78% | 0.58% | - |
| HSV(B) | 182.87º | 0.72% | 0.91% | - |
| XYZ | 42.93 | 59.63 | 84.85 | - |
| YUV | 176.37 | 158.82 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 231 | 0.72 | 0.03 | 0 | 0.09 | 182.87 | 0.78 | 0.58 |
| Hex | 40 | DF | E7 | 48 | 3 | 0 | 9 | B7 | 4E | 3A |
| Octal | 100 | 337 | 347 | 110 | 3 | 0 | 11 | 267 | 116 | 72 |
| Binary | 1000000 | 11011111 | 11100111 | 1001000 | 11 | 0 | 1001 | 10110111 | 1001110 | 111010 |
Color Harmonies of #40DFE7
Complementary color
Monochromatic Colors of #40DFE7
Black with #40DFE7
Text Example
Text Example
White with #40DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFE7; }
p { color: rgb(64,223,231); }
H1.HeaderClassName
{
color: #40DFE7;
}
.AnyTagClassName
{
color: #40DFE7;
}
</style>
background-color css
<style>
a { background-color: #40DFE7; }
a { background-color: rgb(64,223,231); }
div.DivClassName
{
background-color: #40DFE7;
}
.BgClassName
{
background-color: #40DFE7;
}
</style>
border-color css
<style>
span { border-color: #40DFE7; }
span { border-color: rgb(64,223,231); }
td.TdClassName
{
border-color: #40DFE7;
}
.TagClassName
{
border-color: #40DFE7;
}
</style>