Shades of Medium Turquoise #40CBCD
Tints of Medium Turquoise #40CBCD
RGB
CMYK
RGB Variations
Color information
#40CBCD (or 0x40CBCD) is known color: Medium Turquoise. HEX triplet: 40, CB and CD. RGB value is (64,203,205). Sum of RGB (Red+Green+Blue) = 64+203+205=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #40CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBCD is #BF3432. Grayscale: #A1A1A1. Windows color (decimal): -12530739 or 13486912. OLE color: 13486912.
HSL color Cylindrical-coordinate representation of color #40CBCD: hue angle of 180.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CBCD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 205 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.20 |
| HSL | 180.85º | 0.59% | 0.53% | - |
| HSV(B) | 180.85º | 0.69% | 0.8% | - |
| XYZ | 34.49 | 48.21 | 65.25 | - |
| YUV | 161.67 | 152.45 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 205 | 0.69 | 0.01 | 0 | 0.20 | 180.85 | 0.59 | 0.53 |
| Hex | 40 | CB | CD | 45 | 1 | 0 | 14 | B5 | 3B | 35 |
| Octal | 100 | 313 | 315 | 105 | 1 | 0 | 24 | 265 | 73 | 65 |
| Binary | 1000000 | 11001011 | 11001101 | 1000101 | 1 | 0 | 10100 | 10110101 | 111011 | 110101 |
Color Harmonies of #40CBCD
Complementary color
Monochromatic Colors of #40CBCD
Black with #40CBCD
Text Example
Text Example
White with #40CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBCD; }
p { color: rgb(64,203,205); }
H1.HeaderClassName
{
color: #40CBCD;
}
.AnyTagClassName
{
color: #40CBCD;
}
</style>
background-color css
<style>
a { background-color: #40CBCD; }
a { background-color: rgb(64,203,205); }
div.DivClassName
{
background-color: #40CBCD;
}
.BgClassName
{
background-color: #40CBCD;
}
</style>
border-color css
<style>
span { border-color: #40CBCD; }
span { border-color: rgb(64,203,205); }
td.TdClassName
{
border-color: #40CBCD;
}
.TagClassName
{
border-color: #40CBCD;
}
</style>