Shades of Turquoise #40D5EE
Tints of Turquoise #40D5EE
RGB
CMYK
RGB Variations
Color information
#40D5EE (or 0x40D5EE) is known color: Turquoise. HEX triplet: 40, D5 and EE. RGB value is (64,213,238). Sum of RGB (Red+Green+Blue) = 64+213+238=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #40D5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D5EE is #BF2A11. Grayscale: #ABABAB. Windows color (decimal): -12528146 or 15652160. OLE color: 15652160.
HSL color Cylindrical-coordinate representation of color #40D5EE: hue angle of 188.62º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40D5EE is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 213 | 238 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.07 |
| HSL | 188.62º | 0.84% | 0.59% | - |
| HSV(B) | 188.62º | 0.73% | 0.93% | - |
| XYZ | 41.34 | 54.85 | 89.3 | - |
| YUV | 171.3 | 165.64 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 238 | 0.73 | 0.11 | 0 | 0.07 | 188.62 | 0.84 | 0.59 |
| Hex | 40 | D5 | EE | 49 | B | 0 | 7 | BD | 54 | 3B |
| Octal | 100 | 325 | 356 | 111 | 13 | 0 | 7 | 275 | 124 | 73 |
| Binary | 1000000 | 11010101 | 11101110 | 1001001 | 1011 | 0 | 111 | 10111101 | 1010100 | 111011 |
Color Harmonies of #40D5EE
Complementary color
Monochromatic Colors of #40D5EE
Black with #40D5EE
Text Example
Text Example
White with #40D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D5EE; }
p { color: rgb(64,213,238); }
H1.HeaderClassName
{
color: #40D5EE;
}
.AnyTagClassName
{
color: #40D5EE;
}
</style>
background-color css
<style>
a { background-color: #40D5EE; }
a { background-color: rgb(64,213,238); }
div.DivClassName
{
background-color: #40D5EE;
}
.BgClassName
{
background-color: #40D5EE;
}
</style>
border-color css
<style>
span { border-color: #40D5EE; }
span { border-color: rgb(64,213,238); }
td.TdClassName
{
border-color: #40D5EE;
}
.TagClassName
{
border-color: #40D5EE;
}
</style>