Shades of Medium Turquoise #40CABF
Tints of Medium Turquoise #40CABF
RGB
CMYK
RGB Variations
Color information
#40CABF (or 0x40CABF) is known color: Medium Turquoise. HEX triplet: 40, CA and BF. RGB value is (64,202,191). Sum of RGB (Red+Green+Blue) = 64+202+191=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #40CABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CABF is #BF3540. Grayscale: #9F9F9F. Windows color (decimal): -12531009 or 12569152. OLE color: 12569152.
HSL color Cylindrical-coordinate representation of color #40CABF: hue angle of 175.22º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CABF is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 191 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.21 |
| HSL | 175.22º | 0.57% | 0.52% | - |
| HSV(B) | 175.22º | 0.68% | 0.79% | - |
| XYZ | 32.64 | 47.09 | 56.66 | - |
| YUV | 159.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 191 | 0.68 | 0 | 0.05 | 0.21 | 175.22 | 0.57 | 0.52 |
| Hex | 40 | CA | BF | 44 | 0 | 5 | 15 | AF | 39 | 34 |
| Octal | 100 | 312 | 277 | 104 | 0 | 5 | 25 | 257 | 71 | 64 |
| Binary | 1000000 | 11001010 | 10111111 | 1000100 | 0 | 101 | 10101 | 10101111 | 111001 | 110100 |
Color Harmonies of #40CABF
Complementary color
Monochromatic Colors of #40CABF
Black with #40CABF
Text Example
Text Example
White with #40CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CABF; }
p { color: rgb(64,202,191); }
H1.HeaderClassName
{
color: #40CABF;
}
.AnyTagClassName
{
color: #40CABF;
}
</style>
background-color css
<style>
a { background-color: #40CABF; }
a { background-color: rgb(64,202,191); }
div.DivClassName
{
background-color: #40CABF;
}
.BgClassName
{
background-color: #40CABF;
}
</style>
border-color css
<style>
span { border-color: #40CABF; }
span { border-color: rgb(64,202,191); }
td.TdClassName
{
border-color: #40CABF;
}
.TagClassName
{
border-color: #40CABF;
}
</style>