Shades of Medium Turquoise #40CABD
Tints of Medium Turquoise #40CABD
RGB
CMYK
RGB Variations
Color information
#40CABD (or 0x40CABD) is known color: Medium Turquoise. HEX triplet: 40, CA and BD. RGB value is (64,202,189). Sum of RGB (Red+Green+Blue) = 64+202+189=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #40CABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CABD is #BF3542. Grayscale: #9F9F9F. Windows color (decimal): -12531011 or 12438080. OLE color: 12438080.
HSL color Cylindrical-coordinate representation of color #40CABD: hue angle of 174.35º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CABD is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 189 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.21 |
| HSL | 174.35º | 0.57% | 0.52% | - |
| HSV(B) | 174.35º | 0.68% | 0.79% | - |
| XYZ | 32.42 | 47.01 | 55.51 | - |
| YUV | 159.26 | 144.78 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 189 | 0.68 | 0 | 0.06 | 0.21 | 174.35 | 0.57 | 0.52 |
| Hex | 40 | CA | BD | 44 | 0 | 6 | 15 | AE | 39 | 34 |
| Octal | 100 | 312 | 275 | 104 | 0 | 6 | 25 | 256 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10111101 | 1000100 | 0 | 110 | 10101 | 10101110 | 111001 | 110100 |
Color Harmonies of #40CABD
Complementary color
Monochromatic Colors of #40CABD
Black with #40CABD
Text Example
Text Example
White with #40CABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CABD; }
p { color: rgb(64,202,189); }
H1.HeaderClassName
{
color: #40CABD;
}
.AnyTagClassName
{
color: #40CABD;
}
</style>
background-color css
<style>
a { background-color: #40CABD; }
a { background-color: rgb(64,202,189); }
div.DivClassName
{
background-color: #40CABD;
}
.BgClassName
{
background-color: #40CABD;
}
</style>
border-color css
<style>
span { border-color: #40CABD; }
span { border-color: rgb(64,202,189); }
td.TdClassName
{
border-color: #40CABD;
}
.TagClassName
{
border-color: #40CABD;
}
</style>