Shades of Medium Turquoise #40C3D0
Tints of Medium Turquoise #40C3D0
RGB
CMYK
RGB Variations
Color information
#40C3D0 (or 0x40C3D0) is known color: Medium Turquoise. HEX triplet: 40, C3 and D0. RGB value is (64,195,208). Sum of RGB (Red+Green+Blue) = 64+195+208=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #40C3D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C3D0 is #BF3C2F. Grayscale: #9D9D9D. Windows color (decimal): -12532784 or 13681472. OLE color: 13681472.
HSL color Cylindrical-coordinate representation of color #40C3D0: hue angle of 185.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C3D0 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 195 | 208 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.18 |
| HSL | 185.42º | 0.61% | 0.53% | - |
| HSV(B) | 185.42º | 0.69% | 0.82% | - |
| XYZ | 33.01 | 44.67 | 66.56 | - |
| YUV | 157.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 208 | 0.69 | 0.06 | 0 | 0.18 | 185.42 | 0.61 | 0.53 |
| Hex | 40 | C3 | D0 | 45 | 6 | 0 | 12 | B9 | 3D | 35 |
| Octal | 100 | 303 | 320 | 105 | 6 | 0 | 22 | 271 | 75 | 65 |
| Binary | 1000000 | 11000011 | 11010000 | 1000101 | 110 | 0 | 10010 | 10111001 | 111101 | 110101 |
Color Harmonies of #40C3D0
Complementary color
Monochromatic Colors of #40C3D0
Black with #40C3D0
Text Example
Text Example
White with #40C3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C3D0; }
p { color: rgb(64,195,208); }
H1.HeaderClassName
{
color: #40C3D0;
}
.AnyTagClassName
{
color: #40C3D0;
}
</style>
background-color css
<style>
a { background-color: #40C3D0; }
a { background-color: rgb(64,195,208); }
div.DivClassName
{
background-color: #40C3D0;
}
.BgClassName
{
background-color: #40C3D0;
}
</style>
border-color css
<style>
span { border-color: #40C3D0; }
span { border-color: rgb(64,195,208); }
td.TdClassName
{
border-color: #40C3D0;
}
.TagClassName
{
border-color: #40C3D0;
}
</style>