Shades of Medium Turquoise #40C3CE
Tints of Medium Turquoise #40C3CE
RGB
CMYK
RGB Variations
Color information
#40C3CE (or 0x40C3CE) is known color: Medium Turquoise. HEX triplet: 40, C3 and CE. RGB value is (64,195,206). Sum of RGB (Red+Green+Blue) = 64+195+206=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C3CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3CE is #BF3C31. Grayscale: #9C9C9C. Windows color (decimal): -12532786 or 13550400. OLE color: 13550400.
HSL color Cylindrical-coordinate representation of color #40C3CE: hue angle of 184.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C3CE is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 195 | 206 | - |
| CMYK | 0.69 | 0.05 | 0 | 0.19 |
| HSL | 184.65º | 0.59% | 0.53% | - |
| HSV(B) | 184.65º | 0.69% | 0.81% | - |
| XYZ | 32.77 | 44.58 | 65.27 | - |
| YUV | 157.09 | 155.6 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 206 | 0.69 | 0.05 | 0 | 0.19 | 184.65 | 0.59 | 0.53 |
| Hex | 40 | C3 | CE | 45 | 5 | 0 | 13 | B9 | 3B | 35 |
| Octal | 100 | 303 | 316 | 105 | 5 | 0 | 23 | 271 | 73 | 65 |
| Binary | 1000000 | 11000011 | 11001110 | 1000101 | 101 | 0 | 10011 | 10111001 | 111011 | 110101 |
Color Harmonies of #40C3CE
Complementary color
Monochromatic Colors of #40C3CE
Black with #40C3CE
Text Example
Text Example
White with #40C3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3CE; }
p { color: rgb(64,195,206); }
H1.HeaderClassName
{
color: #40C3CE;
}
.AnyTagClassName
{
color: #40C3CE;
}
</style>
background-color css
<style>
a { background-color: #40C3CE; }
a { background-color: rgb(64,195,206); }
div.DivClassName
{
background-color: #40C3CE;
}
.BgClassName
{
background-color: #40C3CE;
}
</style>
border-color css
<style>
span { border-color: #40C3CE; }
span { border-color: rgb(64,195,206); }
td.TdClassName
{
border-color: #40C3CE;
}
.TagClassName
{
border-color: #40C3CE;
}
</style>