Shades of Medium Turquoise #40C9DA
Tints of Medium Turquoise #40C9DA
RGB
CMYK
RGB Variations
Color information
#40C9DA (or 0x40C9DA) is known color: Medium Turquoise. HEX triplet: 40, C9 and DA. RGB value is (64,201,218). Sum of RGB (Red+Green+Blue) = 64+201+218=483 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.25% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #40C9DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9DA is #BF3625. Grayscale: #A1A1A1. Windows color (decimal): -12531238 or 14338368. OLE color: 14338368.
HSL color Cylindrical-coordinate representation of color #40C9DA: hue angle of 186.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C9DA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 201 | 218 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.15 |
| HSL | 186.62º | 0.68% | 0.55% | - |
| HSV(B) | 186.62º | 0.71% | 0.85% | - |
| XYZ | 35.66 | 47.93 | 73.7 | - |
| YUV | 161.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 218 | 0.71 | 0.08 | 0 | 0.15 | 186.62 | 0.68 | 0.55 |
| Hex | 40 | C9 | DA | 47 | 8 | 0 | F | BB | 44 | 37 |
| Octal | 100 | 311 | 332 | 107 | 10 | 0 | 17 | 273 | 104 | 67 |
| Binary | 1000000 | 11001001 | 11011010 | 1000111 | 1000 | 0 | 1111 | 10111011 | 1000100 | 110111 |
Color Harmonies of #40C9DA
Complementary color
Monochromatic Colors of #40C9DA
Black with #40C9DA
Text Example
Text Example
White with #40C9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9DA; }
p { color: rgb(64,201,218); }
H1.HeaderClassName
{
color: #40C9DA;
}
.AnyTagClassName
{
color: #40C9DA;
}
</style>
background-color css
<style>
a { background-color: #40C9DA; }
a { background-color: rgb(64,201,218); }
div.DivClassName
{
background-color: #40C9DA;
}
.BgClassName
{
background-color: #40C9DA;
}
</style>
border-color css
<style>
span { border-color: #40C9DA; }
span { border-color: rgb(64,201,218); }
td.TdClassName
{
border-color: #40C9DA;
}
.TagClassName
{
border-color: #40C9DA;
}
</style>