Shades of Medium Turquoise #40CFCD
Tints of Medium Turquoise #40CFCD
RGB
CMYK
RGB Variations
Color information
#40CFCD (or 0x40CFCD) is known color: Medium Turquoise. HEX triplet: 40, CF and CD. RGB value is (64,207,205). Sum of RGB (Red+Green+Blue) = 64+207+205=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFCD is #BF3032. Grayscale: #A3A3A3. Windows color (decimal): -12529715 or 13487936. OLE color: 13487936.
HSL color Cylindrical-coordinate representation of color #40CFCD: hue angle of 179.16º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFCD is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 205 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.19 |
| HSL | 179.16º | 0.6% | 0.53% | - |
| HSV(B) | 179.16º | 0.69% | 0.81% | - |
| XYZ | 35.45 | 50.12 | 65.56 | - |
| YUV | 164.02 | 151.12 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 205 | 0.69 | 0 | 0.01 | 0.19 | 179.16 | 0.6 | 0.53 |
| Hex | 40 | CF | CD | 45 | 0 | 1 | 13 | B3 | 3C | 35 |
| Octal | 100 | 317 | 315 | 105 | 0 | 1 | 23 | 263 | 74 | 65 |
| Binary | 1000000 | 11001111 | 11001101 | 1000101 | 0 | 1 | 10011 | 10110011 | 111100 | 110101 |
Color Harmonies of #40CFCD
Complementary color
Monochromatic Colors of #40CFCD
Black with #40CFCD
Text Example
Text Example
White with #40CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFCD; }
p { color: rgb(64,207,205); }
H1.HeaderClassName
{
color: #40CFCD;
}
.AnyTagClassName
{
color: #40CFCD;
}
</style>
background-color css
<style>
a { background-color: #40CFCD; }
a { background-color: rgb(64,207,205); }
div.DivClassName
{
background-color: #40CFCD;
}
.BgClassName
{
background-color: #40CFCD;
}
</style>
border-color css
<style>
span { border-color: #40CFCD; }
span { border-color: rgb(64,207,205); }
td.TdClassName
{
border-color: #40CFCD;
}
.TagClassName
{
border-color: #40CFCD;
}
</style>