Shades of Medium Turquoise #40CECB
Tints of Medium Turquoise #40CECB
RGB
CMYK
RGB Variations
Color information
#40CECB (or 0x40CECB) is known color: Medium Turquoise. HEX triplet: 40, CE and CB. RGB value is (64,206,203). Sum of RGB (Red+Green+Blue) = 64+206+203=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #40CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECB is #BF3134. Grayscale: #A3A3A3. Windows color (decimal): -12529973 or 13356608. OLE color: 13356608.
HSL color Cylindrical-coordinate representation of color #40CECB: hue angle of 178.73º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CECB is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 203 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.19 |
| HSL | 178.73º | 0.59% | 0.53% | - |
| HSV(B) | 178.73º | 0.69% | 0.81% | - |
| XYZ | 34.97 | 49.54 | 64.22 | - |
| YUV | 163.2 | 150.46 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 203 | 0.69 | 0 | 0.01 | 0.19 | 178.73 | 0.59 | 0.53 |
| Hex | 40 | CE | CB | 45 | 0 | 1 | 13 | B3 | 3B | 35 |
| Octal | 100 | 316 | 313 | 105 | 0 | 1 | 23 | 263 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11001011 | 1000101 | 0 | 1 | 10011 | 10110011 | 111011 | 110101 |
Color Harmonies of #40CECB
Complementary color
Monochromatic Colors of #40CECB
Black with #40CECB
Text Example
Text Example
White with #40CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CECB; }
p { color: rgb(64,206,203); }
H1.HeaderClassName
{
color: #40CECB;
}
.AnyTagClassName
{
color: #40CECB;
}
</style>
background-color css
<style>
a { background-color: #40CECB; }
a { background-color: rgb(64,206,203); }
div.DivClassName
{
background-color: #40CECB;
}
.BgClassName
{
background-color: #40CECB;
}
</style>
border-color css
<style>
span { border-color: #40CECB; }
span { border-color: rgb(64,206,203); }
td.TdClassName
{
border-color: #40CECB;
}
.TagClassName
{
border-color: #40CECB;
}
</style>