Shades of Turquoise #40DFE2
Tints of Turquoise #40DFE2
RGB
CMYK
RGB Variations
Color information
#40DFE2 (or 0x40DFE2) is known color: Turquoise. HEX triplet: 40, DF and E2. RGB value is (64,223,226). Sum of RGB (Red+Green+Blue) = 64+223+226=513 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.48% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #40DFE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DFE2 is #BF201D. Grayscale: #AFAFAF. Windows color (decimal): -12525598 or 14868288. OLE color: 14868288.
HSL color Cylindrical-coordinate representation of color #40DFE2: hue angle of 181.11º 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 #40DFE2 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 223 | 226 | - |
| CMYK | 0.72 | 0.01 | 0 | 0.11 |
| HSL | 181.11º | 0.74% | 0.57% | - |
| HSV(B) | 181.11º | 0.72% | 0.89% | - |
| XYZ | 42.23 | 59.36 | 81.18 | - |
| YUV | 175.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 226 | 0.72 | 0.01 | 0 | 0.11 | 181.11 | 0.74 | 0.57 |
| Hex | 40 | DF | E2 | 48 | 1 | 0 | B | B5 | 4A | 39 |
| Octal | 100 | 337 | 342 | 110 | 1 | 0 | 13 | 265 | 112 | 71 |
| Binary | 1000000 | 11011111 | 11100010 | 1001000 | 1 | 0 | 1011 | 10110101 | 1001010 | 111001 |
Color Harmonies of #40DFE2
Complementary color
Monochromatic Colors of #40DFE2
Black with #40DFE2
Text Example
Text Example
White with #40DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFE2; }
p { color: rgb(64,223,226); }
H1.HeaderClassName
{
color: #40DFE2;
}
.AnyTagClassName
{
color: #40DFE2;
}
</style>
background-color css
<style>
a { background-color: #40DFE2; }
a { background-color: rgb(64,223,226); }
div.DivClassName
{
background-color: #40DFE2;
}
.BgClassName
{
background-color: #40DFE2;
}
</style>
border-color css
<style>
span { border-color: #40DFE2; }
span { border-color: rgb(64,223,226); }
td.TdClassName
{
border-color: #40DFE2;
}
.TagClassName
{
border-color: #40DFE2;
}
</style>