Shades of Medium Turquoise #40CBE0
Tints of Medium Turquoise #40CBE0
RGB
CMYK
RGB Variations
Color information
#40CBE0 (or 0x40CBE0) is known color: Medium Turquoise. HEX triplet: 40, CB and E0. RGB value is (64,203,224). Sum of RGB (Red+Green+Blue) = 64+203+224=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #40CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBE0 is #BF341F. Grayscale: #A3A3A3. Windows color (decimal): -12530720 or 14732096. OLE color: 14732096.
HSL color Cylindrical-coordinate representation of color #40CBE0: hue angle of 187.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CBE0 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 203 | 224 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.12 |
| HSL | 187.88º | 0.72% | 0.56% | - |
| HSV(B) | 187.88º | 0.71% | 0.88% | - |
| XYZ | 36.92 | 49.18 | 78.07 | - |
| YUV | 163.83 | 161.95 | 56.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 224 | 0.71 | 0.09 | 0 | 0.12 | 187.88 | 0.72 | 0.56 |
| Hex | 40 | CB | E0 | 47 | 9 | 0 | C | BC | 48 | 38 |
| Octal | 100 | 313 | 340 | 107 | 11 | 0 | 14 | 274 | 110 | 70 |
| Binary | 1000000 | 11001011 | 11100000 | 1000111 | 1001 | 0 | 1100 | 10111100 | 1001000 | 111000 |
Color Harmonies of #40CBE0
Complementary color
Monochromatic Colors of #40CBE0
Black with #40CBE0
Text Example
Text Example
White with #40CBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBE0; }
p { color: rgb(64,203,224); }
H1.HeaderClassName
{
color: #40CBE0;
}
.AnyTagClassName
{
color: #40CBE0;
}
</style>
background-color css
<style>
a { background-color: #40CBE0; }
a { background-color: rgb(64,203,224); }
div.DivClassName
{
background-color: #40CBE0;
}
.BgClassName
{
background-color: #40CBE0;
}
</style>
border-color css
<style>
span { border-color: #40CBE0; }
span { border-color: rgb(64,203,224); }
td.TdClassName
{
border-color: #40CBE0;
}
.TagClassName
{
border-color: #40CBE0;
}
</style>