Shades of Medium Turquoise #40D5CF
Tints of Medium Turquoise #40D5CF
RGB
CMYK
RGB Variations
Color information
#40D5CF (or 0x40D5CF) is known color: Medium Turquoise. HEX triplet: 40, D5 and CF. RGB value is (64,213,207). Sum of RGB (Red+Green+Blue) = 64+213+207=484 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.22% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5CF is #BF2A30. Grayscale: #A7A7A7. Windows color (decimal): -12528177 or 13620544. OLE color: 13620544.
HSL color Cylindrical-coordinate representation of color #40D5CF: hue angle of 177.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D5CF is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 207 | - |
| CMYK | 0.70 | 0 | 0.03 | 0.16 |
| HSL | 177.58º | 0.64% | 0.54% | - |
| HSV(B) | 177.58º | 0.7% | 0.84% | - |
| XYZ | 37.17 | 53.18 | 67.34 | - |
| YUV | 167.77 | 150.14 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 207 | 0.70 | 0 | 0.03 | 0.16 | 177.58 | 0.64 | 0.54 |
| Hex | 40 | D5 | CF | 46 | 0 | 3 | 10 | B2 | 40 | 36 |
| Octal | 100 | 325 | 317 | 106 | 0 | 3 | 20 | 262 | 100 | 66 |
| Binary | 1000000 | 11010101 | 11001111 | 1000110 | 0 | 11 | 10000 | 10110010 | 1000000 | 110110 |
Color Harmonies of #40D5CF
Complementary color
Monochromatic Colors of #40D5CF
Black with #40D5CF
Text Example
Text Example
White with #40D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D5CF; }
p { color: rgb(64,213,207); }
H1.HeaderClassName
{
color: #40D5CF;
}
.AnyTagClassName
{
color: #40D5CF;
}
</style>
background-color css
<style>
a { background-color: #40D5CF; }
a { background-color: rgb(64,213,207); }
div.DivClassName
{
background-color: #40D5CF;
}
.BgClassName
{
background-color: #40D5CF;
}
</style>
border-color css
<style>
span { border-color: #40D5CF; }
span { border-color: rgb(64,213,207); }
td.TdClassName
{
border-color: #40D5CF;
}
.TagClassName
{
border-color: #40D5CF;
}
</style>