Shades of Medium Turquoise #40CBBA
Tints of Medium Turquoise #40CBBA
RGB
CMYK
RGB Variations
Color information
#40CBBA (or 0x40CBBA) is known color: Medium Turquoise. HEX triplet: 40, CB and BA. RGB value is (64,203,186). Sum of RGB (Red+Green+Blue) = 64+203+186=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBBA is #BF3445. Grayscale: #9F9F9F. Windows color (decimal): -12530758 or 12241728. OLE color: 12241728.
HSL color Cylindrical-coordinate representation of color #40CBBA: hue angle of 172.66º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CBBA is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 186 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.20 |
| HSL | 172.66º | 0.57% | 0.52% | - |
| HSV(B) | 172.66º | 0.68% | 0.8% | - |
| XYZ | 32.33 | 47.35 | 53.89 | - |
| YUV | 159.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 186 | 0.68 | 0 | 0.08 | 0.20 | 172.66 | 0.57 | 0.52 |
| Hex | 40 | CB | BA | 44 | 0 | 8 | 14 | AD | 39 | 34 |
| Octal | 100 | 313 | 272 | 104 | 0 | 10 | 24 | 255 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10111010 | 1000100 | 0 | 1000 | 10100 | 10101101 | 111001 | 110100 |
Color Harmonies of #40CBBA
Complementary color
Monochromatic Colors of #40CBBA
Black with #40CBBA
Text Example
Text Example
White with #40CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBBA; }
p { color: rgb(64,203,186); }
H1.HeaderClassName
{
color: #40CBBA;
}
.AnyTagClassName
{
color: #40CBBA;
}
</style>
background-color css
<style>
a { background-color: #40CBBA; }
a { background-color: rgb(64,203,186); }
div.DivClassName
{
background-color: #40CBBA;
}
.BgClassName
{
background-color: #40CBBA;
}
</style>
border-color css
<style>
span { border-color: #40CBBA; }
span { border-color: rgb(64,203,186); }
td.TdClassName
{
border-color: #40CBBA;
}
.TagClassName
{
border-color: #40CBBA;
}
</style>