Shades of Medium Turquoise #40CBC9
Tints of Medium Turquoise #40CBC9
RGB
CMYK
RGB Variations
Color information
#40CBC9 (or 0x40CBC9) is known color: Medium Turquoise. HEX triplet: 40, CB and C9. RGB value is (64,203,201). Sum of RGB (Red+Green+Blue) = 64+203+201=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBC9 is #BF3436. Grayscale: #A1A1A1. Windows color (decimal): -12530743 or 13224768. OLE color: 13224768.
HSL color Cylindrical-coordinate representation of color #40CBC9: hue angle of 179.14º 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 #40CBC9 is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 201 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.20 |
| HSL | 179.14º | 0.57% | 0.52% | - |
| HSV(B) | 179.14º | 0.68% | 0.8% | - |
| XYZ | 34.01 | 48.02 | 62.73 | - |
| YUV | 161.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 201 | 0.68 | 0 | 0.01 | 0.20 | 179.14 | 0.57 | 0.52 |
| Hex | 40 | CB | C9 | 44 | 0 | 1 | 14 | B3 | 39 | 34 |
| Octal | 100 | 313 | 311 | 104 | 0 | 1 | 24 | 263 | 71 | 64 |
| Binary | 1000000 | 11001011 | 11001001 | 1000100 | 0 | 1 | 10100 | 10110011 | 111001 | 110100 |
Color Harmonies of #40CBC9
Complementary color
Monochromatic Colors of #40CBC9
Black with #40CBC9
Text Example
Text Example
White with #40CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBC9; }
p { color: rgb(64,203,201); }
H1.HeaderClassName
{
color: #40CBC9;
}
.AnyTagClassName
{
color: #40CBC9;
}
</style>
background-color css
<style>
a { background-color: #40CBC9; }
a { background-color: rgb(64,203,201); }
div.DivClassName
{
background-color: #40CBC9;
}
.BgClassName
{
background-color: #40CBC9;
}
</style>
border-color css
<style>
span { border-color: #40CBC9; }
span { border-color: rgb(64,203,201); }
td.TdClassName
{
border-color: #40CBC9;
}
.TagClassName
{
border-color: #40CBC9;
}
</style>