Shades of Medium Turquoise #40CCBE
Tints of Medium Turquoise #40CCBE
RGB
CMYK
RGB Variations
Color information
#40CCBE (or 0x40CCBE) is known color: Medium Turquoise. HEX triplet: 40, CC and BE. RGB value is (64,204,190). Sum of RGB (Red+Green+Blue) = 64+204+190=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCBE is #BF3341. Grayscale: #A0A0A0. Windows color (decimal): -12530498 or 12504128. OLE color: 12504128.
HSL color Cylindrical-coordinate representation of color #40CCBE: hue angle of 174º degrees, saturation: 0.58, 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 #40CCBE is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 190 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.2 |
| HSL | 174º | 0.58% | 0.53% | - |
| HSV(B) | 174º | 0.69% | 0.8% | - |
| XYZ | 33 | 47.99 | 56.24 | - |
| YUV | 160.54 | 144.62 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 190 | 0.69 | 0 | 0.07 | 0.2 | 174 | 0.58 | 0.53 |
| Hex | 40 | CC | BE | 45 | 0 | 7 | 14 | AE | 3A | 35 |
| Octal | 100 | 314 | 276 | 105 | 0 | 7 | 24 | 256 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10111110 | 1000101 | 0 | 111 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #40CCBE
Complementary color
Monochromatic Colors of #40CCBE
Black with #40CCBE
Text Example
Text Example
White with #40CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCBE; }
p { color: rgb(64,204,190); }
H1.HeaderClassName
{
color: #40CCBE;
}
.AnyTagClassName
{
color: #40CCBE;
}
</style>
background-color css
<style>
a { background-color: #40CCBE; }
a { background-color: rgb(64,204,190); }
div.DivClassName
{
background-color: #40CCBE;
}
.BgClassName
{
background-color: #40CCBE;
}
</style>
border-color css
<style>
span { border-color: #40CCBE; }
span { border-color: rgb(64,204,190); }
td.TdClassName
{
border-color: #40CCBE;
}
.TagClassName
{
border-color: #40CCBE;
}
</style>