Shades of Medium Turquoise #40BEC1
Tints of Medium Turquoise #40BEC1
RGB
CMYK
RGB Variations
Color information
#40BEC1 (or 0x40BEC1) is known color: Medium Turquoise. HEX triplet: 40, BE and C1. RGB value is (64,190,193). Sum of RGB (Red+Green+Blue) = 64+190+193=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #40BEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BEC1 is #BF413E. Grayscale: #989898. Windows color (decimal): -12534079 or 12697152. OLE color: 12697152.
HSL color Cylindrical-coordinate representation of color #40BEC1: hue angle of 181.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BEC1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 190 | 193 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.24 |
| HSL | 181.4º | 0.51% | 0.5% | - |
| HSV(B) | 181.4º | 0.67% | 0.76% | - |
| XYZ | 30.15 | 41.77 | 56.92 | - |
| YUV | 152.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 193 | 0.67 | 0.02 | 0 | 0.24 | 181.4 | 0.51 | 0.5 |
| Hex | 40 | BE | C1 | 43 | 2 | 0 | 18 | B5 | 33 | 32 |
| Octal | 100 | 276 | 301 | 103 | 2 | 0 | 30 | 265 | 63 | 62 |
| Binary | 1000000 | 10111110 | 11000001 | 1000011 | 10 | 0 | 11000 | 10110101 | 110011 | 110010 |
Color Harmonies of #40BEC1
Complementary color
Monochromatic Colors of #40BEC1
Black with #40BEC1
Text Example
Text Example
White with #40BEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BEC1; }
p { color: rgb(64,190,193); }
H1.HeaderClassName
{
color: #40BEC1;
}
.AnyTagClassName
{
color: #40BEC1;
}
</style>
background-color css
<style>
a { background-color: #40BEC1; }
a { background-color: rgb(64,190,193); }
div.DivClassName
{
background-color: #40BEC1;
}
.BgClassName
{
background-color: #40BEC1;
}
</style>
border-color css
<style>
span { border-color: #40BEC1; }
span { border-color: rgb(64,190,193); }
td.TdClassName
{
border-color: #40BEC1;
}
.TagClassName
{
border-color: #40BEC1;
}
</style>