Shades of Medium Turquoise #40CFD0
Tints of Medium Turquoise #40CFD0
RGB
CMYK
RGB Variations
Color information
#40CFD0 (or 0x40CFD0) is known color: Medium Turquoise. HEX triplet: 40, CF and D0. RGB value is (64,207,208). Sum of RGB (Red+Green+Blue) = 64+207+208=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #40CFD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFD0 is #BF302F. Grayscale: #A4A4A4. Windows color (decimal): -12529712 or 13684544. OLE color: 13684544.
HSL color Cylindrical-coordinate representation of color #40CFD0: hue angle of 180.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFD0 is Cyan = 0.69, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 207 | 208 | - |
| CMYK | 0.69 | 0.00 | 0 | 0.18 |
| HSL | 180.42º | 0.61% | 0.53% | - |
| HSV(B) | 180.42º | 0.69% | 0.82% | - |
| XYZ | 35.81 | 50.27 | 67.49 | - |
| YUV | 164.36 | 152.62 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 208 | 0.69 | 0.00 | 0 | 0.18 | 180.42 | 0.61 | 0.53 |
| Hex | 40 | CF | D0 | 45 | 0 | 0 | 12 | B4 | 3D | 35 |
| Octal | 100 | 317 | 320 | 105 | 0 | 0 | 22 | 264 | 75 | 65 |
| Binary | 1000000 | 11001111 | 11010000 | 1000101 | 0 | 0 | 10010 | 10110100 | 111101 | 110101 |
Color Harmonies of #40CFD0
Complementary color
Monochromatic Colors of #40CFD0
Black with #40CFD0
Text Example
Text Example
White with #40CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFD0; }
p { color: rgb(64,207,208); }
H1.HeaderClassName
{
color: #40CFD0;
}
.AnyTagClassName
{
color: #40CFD0;
}
</style>
background-color css
<style>
a { background-color: #40CFD0; }
a { background-color: rgb(64,207,208); }
div.DivClassName
{
background-color: #40CFD0;
}
.BgClassName
{
background-color: #40CFD0;
}
</style>
border-color css
<style>
span { border-color: #40CFD0; }
span { border-color: rgb(64,207,208); }
td.TdClassName
{
border-color: #40CFD0;
}
.TagClassName
{
border-color: #40CFD0;
}
</style>