Shades of Medium Turquoise #40CBB5
Tints of Medium Turquoise #40CBB5
RGB
CMYK
RGB Variations
Color information
#40CBB5 (or 0x40CBB5) is known color: Medium Turquoise. HEX triplet: 40, CB and B5. RGB value is (64,203,181). Sum of RGB (Red+Green+Blue) = 64+203+181=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 181 (71.09% from 255 or 40.40% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBB5 is #BF344A. Grayscale: #9E9E9E. Windows color (decimal): -12530763 or 11914048. OLE color: 11914048.
HSL color Cylindrical-coordinate representation of color #40CBB5: hue angle of 170.5º 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 #40CBB5 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 181 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.20 |
| HSL | 170.5º | 0.57% | 0.52% | - |
| HSV(B) | 170.5º | 0.68% | 0.8% | - |
| XYZ | 31.81 | 47.14 | 51.14 | - |
| YUV | 158.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 181 | 0.68 | 0 | 0.11 | 0.20 | 170.5 | 0.57 | 0.52 |
| Hex | 40 | CB | B5 | 44 | 0 | B | 14 | AB | 39 | 34 |
| Octal | 100 | 313 | 265 | 104 | 0 | 13 | 24 | 253 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10110101 | 1000100 | 0 | 1011 | 10100 | 10101011 | 111001 | 110100 |
Color Harmonies of #40CBB5
Complementary color
Monochromatic Colors of #40CBB5
Black with #40CBB5
Text Example
Text Example
White with #40CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBB5; }
p { color: rgb(64,203,181); }
H1.HeaderClassName
{
color: #40CBB5;
}
.AnyTagClassName
{
color: #40CBB5;
}
</style>
background-color css
<style>
a { background-color: #40CBB5; }
a { background-color: rgb(64,203,181); }
div.DivClassName
{
background-color: #40CBB5;
}
.BgClassName
{
background-color: #40CBB5;
}
</style>
border-color css
<style>
span { border-color: #40CBB5; }
span { border-color: rgb(64,203,181); }
td.TdClassName
{
border-color: #40CBB5;
}
.TagClassName
{
border-color: #40CBB5;
}
</style>