Shades of Medium Turquoise #40C1CB
Tints of Medium Turquoise #40C1CB
RGB
CMYK
RGB Variations
Color information
#40C1CB (or 0x40C1CB) is known color: Medium Turquoise. HEX triplet: 40, C1 and CB. RGB value is (64,193,203). Sum of RGB (Red+Green+Blue) = 64+193+203=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #40C1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1CB is #BF3E34. Grayscale: #9B9B9B. Windows color (decimal): -12533301 or 13353280. OLE color: 13353280.
HSL color Cylindrical-coordinate representation of color #40C1CB: hue angle of 184.32º 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 #40C1CB is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 193 | 203 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.20 |
| HSL | 184.32º | 0.57% | 0.52% | - |
| HSV(B) | 184.32º | 0.68% | 0.8% | - |
| XYZ | 31.96 | 43.54 | 63.22 | - |
| YUV | 155.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 203 | 0.68 | 0.05 | 0 | 0.20 | 184.32 | 0.57 | 0.52 |
| Hex | 40 | C1 | CB | 44 | 5 | 0 | 14 | B8 | 39 | 34 |
| Octal | 100 | 301 | 313 | 104 | 5 | 0 | 24 | 270 | 71 | 64 |
| Binary | 1000000 | 11000001 | 11001011 | 1000100 | 101 | 0 | 10100 | 10111000 | 111001 | 110100 |
Color Harmonies of #40C1CB
Complementary color
Monochromatic Colors of #40C1CB
Black with #40C1CB
Text Example
Text Example
White with #40C1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1CB; }
p { color: rgb(64,193,203); }
H1.HeaderClassName
{
color: #40C1CB;
}
.AnyTagClassName
{
color: #40C1CB;
}
</style>
background-color css
<style>
a { background-color: #40C1CB; }
a { background-color: rgb(64,193,203); }
div.DivClassName
{
background-color: #40C1CB;
}
.BgClassName
{
background-color: #40C1CB;
}
</style>
border-color css
<style>
span { border-color: #40C1CB; }
span { border-color: rgb(64,193,203); }
td.TdClassName
{
border-color: #40C1CB;
}
.TagClassName
{
border-color: #40C1CB;
}
</style>