Shades of Medium Turquoise #40BEBF
Tints of Medium Turquoise #40BEBF
RGB
CMYK
RGB Variations
Color information
#40BEBF (or 0x40BEBF) is known color: Medium Turquoise. HEX triplet: 40, BE and BF. RGB value is (64,190,191). Sum of RGB (Red+Green+Blue) = 64+190+191=445 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.38% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #40BEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEBF is #BF4140. Grayscale: #989898. Windows color (decimal): -12534081 or 12566080. OLE color: 12566080.
HSL color Cylindrical-coordinate representation of color #40BEBF: hue angle of 180.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BEBF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 191 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.25 |
| HSL | 180.47º | 0.5% | 0.5% | - |
| HSV(B) | 180.47º | 0.66% | 0.75% | - |
| XYZ | 29.93 | 41.68 | 55.76 | - |
| YUV | 152.44 | 149.76 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 191 | 0.66 | 0.01 | 0 | 0.25 | 180.47 | 0.5 | 0.5 |
| Hex | 40 | BE | BF | 42 | 1 | 0 | 19 | B4 | 32 | 32 |
| Octal | 100 | 276 | 277 | 102 | 1 | 0 | 31 | 264 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10111111 | 1000010 | 1 | 0 | 11001 | 10110100 | 110010 | 110010 |
Color Harmonies of #40BEBF
Complementary color
Monochromatic Colors of #40BEBF
Black with #40BEBF
Text Example
Text Example
White with #40BEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEBF; }
p { color: rgb(64,190,191); }
H1.HeaderClassName
{
color: #40BEBF;
}
.AnyTagClassName
{
color: #40BEBF;
}
</style>
background-color css
<style>
a { background-color: #40BEBF; }
a { background-color: rgb(64,190,191); }
div.DivClassName
{
background-color: #40BEBF;
}
.BgClassName
{
background-color: #40BEBF;
}
</style>
border-color css
<style>
span { border-color: #40BEBF; }
span { border-color: rgb(64,190,191); }
td.TdClassName
{
border-color: #40BEBF;
}
.TagClassName
{
border-color: #40BEBF;
}
</style>