Shades of Turquoise #40EFC9
Tints of Turquoise #40EFC9
RGB
CMYK
RGB Variations
Color information
#40EFC9 (or 0x40EFC9) is known color: Turquoise. HEX triplet: 40, EF and C9. RGB value is (64,239,201). Sum of RGB (Red+Green+Blue) = 64+239+201=504 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.70% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #40EFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EFC9 is #BF1036. Grayscale: #B6B6B6. Windows color (decimal): -12521527 or 13233984. OLE color: 13233984.
HSL color Cylindrical-coordinate representation of color #40EFC9: hue angle of 166.97º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EFC9 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 201 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.06 |
| HSL | 166.97º | 0.85% | 0.59% | - |
| HSV(B) | 166.97º | 0.73% | 0.94% | - |
| XYZ | 43.52 | 67.04 | 65.9 | - |
| YUV | 182.34 | 138.52 | 43.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 201 | 0.73 | 0 | 0.16 | 0.06 | 166.97 | 0.85 | 0.59 |
| Hex | 40 | EF | C9 | 49 | 0 | 10 | 6 | A7 | 55 | 3B |
| Octal | 100 | 357 | 311 | 111 | 0 | 20 | 6 | 247 | 125 | 73 |
| Binary | 1000000 | 11101111 | 11001001 | 1001001 | 0 | 10000 | 110 | 10100111 | 1010101 | 111011 |
Color Harmonies of #40EFC9
Complementary color
Monochromatic Colors of #40EFC9
Black with #40EFC9
Text Example
Text Example
White with #40EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EFC9; }
p { color: rgb(64,239,201); }
H1.HeaderClassName
{
color: #40EFC9;
}
.AnyTagClassName
{
color: #40EFC9;
}
</style>
background-color css
<style>
a { background-color: #40EFC9; }
a { background-color: rgb(64,239,201); }
div.DivClassName
{
background-color: #40EFC9;
}
.BgClassName
{
background-color: #40EFC9;
}
</style>
border-color css
<style>
span { border-color: #40EFC9; }
span { border-color: rgb(64,239,201); }
td.TdClassName
{
border-color: #40EFC9;
}
.TagClassName
{
border-color: #40EFC9;
}
</style>