Shades of Medium Turquoise #40CACF
Tints of Medium Turquoise #40CACF
RGB
CMYK
RGB Variations
Color information
#40CACF (or 0x40CACF) is known color: Medium Turquoise. HEX triplet: 40, CA and CF. RGB value is (64,202,207). Sum of RGB (Red+Green+Blue) = 64+202+207=473 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.53% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #40CACF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CACF is #BF3530. Grayscale: #A1A1A1. Windows color (decimal): -12530993 or 13617728. OLE color: 13617728.
HSL color Cylindrical-coordinate representation of color #40CACF: hue angle of 182.1º 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 #40CACF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 202 | 207 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.19 |
| HSL | 182.1º | 0.6% | 0.53% | - |
| HSV(B) | 182.1º | 0.69% | 0.81% | - |
| XYZ | 34.5 | 47.84 | 66.45 | - |
| YUV | 161.31 | 153.78 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 207 | 0.69 | 0.02 | 0 | 0.19 | 182.1 | 0.6 | 0.53 |
| Hex | 40 | CA | CF | 45 | 2 | 0 | 13 | B6 | 3C | 35 |
| Octal | 100 | 312 | 317 | 105 | 2 | 0 | 23 | 266 | 74 | 65 |
| Binary | 1000000 | 11001010 | 11001111 | 1000101 | 10 | 0 | 10011 | 10110110 | 111100 | 110101 |
Color Harmonies of #40CACF
Complementary color
Monochromatic Colors of #40CACF
Black with #40CACF
Text Example
Text Example
White with #40CACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CACF; }
p { color: rgb(64,202,207); }
H1.HeaderClassName
{
color: #40CACF;
}
.AnyTagClassName
{
color: #40CACF;
}
</style>
background-color css
<style>
a { background-color: #40CACF; }
a { background-color: rgb(64,202,207); }
div.DivClassName
{
background-color: #40CACF;
}
.BgClassName
{
background-color: #40CACF;
}
</style>
border-color css
<style>
span { border-color: #40CACF; }
span { border-color: rgb(64,202,207); }
td.TdClassName
{
border-color: #40CACF;
}
.TagClassName
{
border-color: #40CACF;
}
</style>