Shades of Medium Turquoise #40CCB5
Tints of Medium Turquoise #40CCB5
RGB
CMYK
RGB Variations
Color information
#40CCB5 (or 0x40CCB5) is known color: Medium Turquoise. HEX triplet: 40, CC and B5. RGB value is (64,204,181). Sum of RGB (Red+Green+Blue) = 64+204+181=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCB5 is #BF334A. Grayscale: #9F9F9F. Windows color (decimal): -12530507 or 11914304. OLE color: 11914304.
HSL color Cylindrical-coordinate representation of color #40CCB5: hue angle of 170.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCB5 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 181 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.2 |
| HSL | 170.14º | 0.58% | 0.53% | - |
| HSV(B) | 170.14º | 0.69% | 0.8% | - |
| XYZ | 32.05 | 47.61 | 51.22 | - |
| YUV | 159.52 | 140.12 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 181 | 0.69 | 0 | 0.11 | 0.2 | 170.14 | 0.58 | 0.53 |
| Hex | 40 | CC | B5 | 45 | 0 | B | 14 | AA | 3A | 35 |
| Octal | 100 | 314 | 265 | 105 | 0 | 13 | 24 | 252 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10110101 | 1000101 | 0 | 1011 | 10100 | 10101010 | 111010 | 110101 |
Color Harmonies of #40CCB5
Complementary color
Monochromatic Colors of #40CCB5
Black with #40CCB5
Text Example
Text Example
White with #40CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCB5; }
p { color: rgb(64,204,181); }
H1.HeaderClassName
{
color: #40CCB5;
}
.AnyTagClassName
{
color: #40CCB5;
}
</style>
background-color css
<style>
a { background-color: #40CCB5; }
a { background-color: rgb(64,204,181); }
div.DivClassName
{
background-color: #40CCB5;
}
.BgClassName
{
background-color: #40CCB5;
}
</style>
border-color css
<style>
span { border-color: #40CCB5; }
span { border-color: rgb(64,204,181); }
td.TdClassName
{
border-color: #40CCB5;
}
.TagClassName
{
border-color: #40CCB5;
}
</style>