Shades of Turquoise #40E6D3
Tints of Turquoise #40E6D3
RGB
CMYK
RGB Variations
Color information
#40E6D3 (or 0x40E6D3) is known color: Turquoise. HEX triplet: 40, E6 and D3. RGB value is (64,230,211). Sum of RGB (Red+Green+Blue) = 64+230+211=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #40E6D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E6D3 is #BF192C. Grayscale: #B2B2B2. Windows color (decimal): -12523821 or 13887040. OLE color: 13887040.
HSL color Cylindrical-coordinate representation of color #40E6D3: hue angle of 173.13º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E6D3 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 211 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.10 |
| HSL | 173.13º | 0.77% | 0.58% | - |
| HSV(B) | 173.13º | 0.72% | 0.9% | - |
| XYZ | 42.17 | 62.39 | 71.45 | - |
| YUV | 178.2 | 146.5 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 211 | 0.72 | 0 | 0.08 | 0.10 | 173.13 | 0.77 | 0.58 |
| Hex | 40 | E6 | D3 | 48 | 0 | 8 | A | AD | 4D | 3A |
| Octal | 100 | 346 | 323 | 110 | 0 | 10 | 12 | 255 | 115 | 72 |
| Binary | 1000000 | 11100110 | 11010011 | 1001000 | 0 | 1000 | 1010 | 10101101 | 1001101 | 111010 |
Color Harmonies of #40E6D3
Complementary color
Monochromatic Colors of #40E6D3
Black with #40E6D3
Text Example
Text Example
White with #40E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E6D3; }
p { color: rgb(64,230,211); }
H1.HeaderClassName
{
color: #40E6D3;
}
.AnyTagClassName
{
color: #40E6D3;
}
</style>
background-color css
<style>
a { background-color: #40E6D3; }
a { background-color: rgb(64,230,211); }
div.DivClassName
{
background-color: #40E6D3;
}
.BgClassName
{
background-color: #40E6D3;
}
</style>
border-color css
<style>
span { border-color: #40E6D3; }
span { border-color: rgb(64,230,211); }
td.TdClassName
{
border-color: #40E6D3;
}
.TagClassName
{
border-color: #40E6D3;
}
</style>