Shades of Medium Turquoise #40BDBC
Tints of Medium Turquoise #40BDBC
RGB
CMYK
RGB Variations
Color information
#40BDBC (or 0x40BDBC) is known color: Medium Turquoise. HEX triplet: 40, BD and BC. RGB value is (64,189,188). Sum of RGB (Red+Green+Blue) = 64+189+188=441 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.51% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #40BDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BDBC is #BF4243. Grayscale: #979797. Windows color (decimal): -12534340 or 12369216. OLE color: 12369216.
HSL color Cylindrical-coordinate representation of color #40BDBC: hue angle of 179.52º 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 #40BDBC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 188 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.26 |
| HSL | 179.52º | 0.49% | 0.5% | - |
| HSV(B) | 179.52º | 0.66% | 0.74% | - |
| XYZ | 29.39 | 41.12 | 53.96 | - |
| YUV | 151.51 | 148.59 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 188 | 0.66 | 0 | 0.01 | 0.26 | 179.52 | 0.49 | 0.5 |
| Hex | 40 | BD | BC | 42 | 0 | 1 | 1A | B4 | 31 | 32 |
| Octal | 100 | 275 | 274 | 102 | 0 | 1 | 32 | 264 | 61 | 62 |
| Binary | 1000000 | 10111101 | 10111100 | 1000010 | 0 | 1 | 11010 | 10110100 | 110001 | 110010 |
Color Harmonies of #40BDBC
Complementary color
Monochromatic Colors of #40BDBC
Black with #40BDBC
Text Example
Text Example
White with #40BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BDBC; }
p { color: rgb(64,189,188); }
H1.HeaderClassName
{
color: #40BDBC;
}
.AnyTagClassName
{
color: #40BDBC;
}
</style>
background-color css
<style>
a { background-color: #40BDBC; }
a { background-color: rgb(64,189,188); }
div.DivClassName
{
background-color: #40BDBC;
}
.BgClassName
{
background-color: #40BDBC;
}
</style>
border-color css
<style>
span { border-color: #40BDBC; }
span { border-color: rgb(64,189,188); }
td.TdClassName
{
border-color: #40BDBC;
}
.TagClassName
{
border-color: #40BDBC;
}
</style>