Shades of Medium Turquoise #40C6CB
Tints of Medium Turquoise #40C6CB
RGB
CMYK
RGB Variations
Color information
#40C6CB (or 0x40C6CB) is known color: Medium Turquoise. HEX triplet: 40, C6 and CB. RGB value is (64,198,203). Sum of RGB (Red+Green+Blue) = 64+198+203=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #40C6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6CB is #BF3934. Grayscale: #9E9E9E. Windows color (decimal): -12532021 or 13354560. OLE color: 13354560.
HSL color Cylindrical-coordinate representation of color #40C6CB: hue angle of 182.16º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C6CB is Cyan = 0.68, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 198 | 203 | - |
| CMYK | 0.68 | 0.02 | 0 | 0.20 |
| HSL | 182.16º | 0.57% | 0.52% | - |
| HSV(B) | 182.16º | 0.68% | 0.8% | - |
| XYZ | 33.09 | 45.79 | 63.59 | - |
| YUV | 158.5 | 153.11 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 203 | 0.68 | 0.02 | 0 | 0.20 | 182.16 | 0.57 | 0.52 |
| Hex | 40 | C6 | CB | 44 | 2 | 0 | 14 | B6 | 39 | 34 |
| Octal | 100 | 306 | 313 | 104 | 2 | 0 | 24 | 266 | 71 | 64 |
| Binary | 1000000 | 11000110 | 11001011 | 1000100 | 10 | 0 | 10100 | 10110110 | 111001 | 110100 |
Color Harmonies of #40C6CB
Complementary color
Monochromatic Colors of #40C6CB
Black with #40C6CB
Text Example
Text Example
White with #40C6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C6CB; }
p { color: rgb(64,198,203); }
H1.HeaderClassName
{
color: #40C6CB;
}
.AnyTagClassName
{
color: #40C6CB;
}
</style>
background-color css
<style>
a { background-color: #40C6CB; }
a { background-color: rgb(64,198,203); }
div.DivClassName
{
background-color: #40C6CB;
}
.BgClassName
{
background-color: #40C6CB;
}
</style>
border-color css
<style>
span { border-color: #40C6CB; }
span { border-color: rgb(64,198,203); }
td.TdClassName
{
border-color: #40C6CB;
}
.TagClassName
{
border-color: #40C6CB;
}
</style>