Shades of Turquoise #40EDC9
Tints of Turquoise #40EDC9
RGB
CMYK
RGB Variations
Color information
#40EDC9 (or 0x40EDC9) is known color: Turquoise. HEX triplet: 40, ED and C9. RGB value is (64,237,201). Sum of RGB (Red+Green+Blue) = 64+237+201=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EDC9 is #BF1236. Grayscale: #B5B5B5. Windows color (decimal): -12522039 or 13233472. OLE color: 13233472.
HSL color Cylindrical-coordinate representation of color #40EDC9: hue angle of 167.51º degrees, saturation: 0.83, 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 #40EDC9 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 201 | - |
| CMYK | 0.73 | 0 | 0.15 | 0.07 |
| HSL | 167.51º | 0.83% | 0.59% | - |
| HSV(B) | 167.51º | 0.73% | 0.93% | - |
| XYZ | 42.94 | 65.88 | 65.71 | - |
| YUV | 181.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 201 | 0.73 | 0 | 0.15 | 0.07 | 167.51 | 0.83 | 0.59 |
| Hex | 40 | ED | C9 | 49 | 0 | F | 7 | A8 | 53 | 3B |
| Octal | 100 | 355 | 311 | 111 | 0 | 17 | 7 | 250 | 123 | 73 |
| Binary | 1000000 | 11101101 | 11001001 | 1001001 | 0 | 1111 | 111 | 10101000 | 1010011 | 111011 |
Color Harmonies of #40EDC9
Complementary color
Monochromatic Colors of #40EDC9
Black with #40EDC9
Text Example
Text Example
White with #40EDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDC9; }
p { color: rgb(64,237,201); }
H1.HeaderClassName
{
color: #40EDC9;
}
.AnyTagClassName
{
color: #40EDC9;
}
</style>
background-color css
<style>
a { background-color: #40EDC9; }
a { background-color: rgb(64,237,201); }
div.DivClassName
{
background-color: #40EDC9;
}
.BgClassName
{
background-color: #40EDC9;
}
</style>
border-color css
<style>
span { border-color: #40EDC9; }
span { border-color: rgb(64,237,201); }
td.TdClassName
{
border-color: #40EDC9;
}
.TagClassName
{
border-color: #40EDC9;
}
</style>