Shades of Medium Turquoise #40BDB4
Tints of Medium Turquoise #40BDB4
RGB
CMYK
RGB Variations
Color information
#40BDB4 (or 0x40BDB4) is known color: Medium Turquoise. HEX triplet: 40, BD and B4. RGB value is (64,189,180). Sum of RGB (Red+Green+Blue) = 64+189+180=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDB4 is #BF424B. Grayscale: #969696. Windows color (decimal): -12534348 or 11844928. OLE color: 11844928.
HSL color Cylindrical-coordinate representation of color #40BDB4: hue angle of 175.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BDB4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 180 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.26 |
| HSL | 175.68º | 0.49% | 0.5% | - |
| HSV(B) | 175.68º | 0.66% | 0.74% | - |
| XYZ | 28.55 | 40.78 | 49.55 | - |
| YUV | 150.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 180 | 0.66 | 0 | 0.05 | 0.26 | 175.68 | 0.49 | 0.5 |
| Hex | 40 | BD | B4 | 42 | 0 | 5 | 1A | B0 | 31 | 32 |
| Octal | 100 | 275 | 264 | 102 | 0 | 5 | 32 | 260 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10110100 | 1000010 | 0 | 101 | 11010 | 10110000 | 110001 | 110010 |
Color Harmonies of #40BDB4
Complementary color
Monochromatic Colors of #40BDB4
Black with #40BDB4
Text Example
Text Example
White with #40BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDB4; }
p { color: rgb(64,189,180); }
H1.HeaderClassName
{
color: #40BDB4;
}
.AnyTagClassName
{
color: #40BDB4;
}
</style>
background-color css
<style>
a { background-color: #40BDB4; }
a { background-color: rgb(64,189,180); }
div.DivClassName
{
background-color: #40BDB4;
}
.BgClassName
{
background-color: #40BDB4;
}
</style>
border-color css
<style>
span { border-color: #40BDB4; }
span { border-color: rgb(64,189,180); }
td.TdClassName
{
border-color: #40BDB4;
}
.TagClassName
{
border-color: #40BDB4;
}
</style>