Shades of Medium Turquoise #40CFC3
Tints of Medium Turquoise #40CFC3
RGB
CMYK
RGB Variations
Color information
#40CFC3 (or 0x40CFC3) is known color: Medium Turquoise. HEX triplet: 40, CF and C3. RGB value is (64,207,195). Sum of RGB (Red+Green+Blue) = 64+207+195=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFC3 is #BF303C. Grayscale: #A2A2A2. Windows color (decimal): -12529725 or 12832576. OLE color: 12832576.
HSL color Cylindrical-coordinate representation of color #40CFC3: hue angle of 174.97º 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 #40CFC3 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 195 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.19 |
| HSL | 174.97º | 0.6% | 0.53% | - |
| HSV(B) | 174.97º | 0.69% | 0.81% | - |
| XYZ | 34.28 | 49.66 | 59.41 | - |
| YUV | 162.88 | 146.12 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 195 | 0.69 | 0 | 0.06 | 0.19 | 174.97 | 0.6 | 0.53 |
| Hex | 40 | CF | C3 | 45 | 0 | 6 | 13 | AF | 3C | 35 |
| Octal | 100 | 317 | 303 | 105 | 0 | 6 | 23 | 257 | 74 | 65 |
| Binary | 1000000 | 11001111 | 11000011 | 1000101 | 0 | 110 | 10011 | 10101111 | 111100 | 110101 |
Color Harmonies of #40CFC3
Complementary color
Monochromatic Colors of #40CFC3
Black with #40CFC3
Text Example
Text Example
White with #40CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFC3; }
p { color: rgb(64,207,195); }
H1.HeaderClassName
{
color: #40CFC3;
}
.AnyTagClassName
{
color: #40CFC3;
}
</style>
background-color css
<style>
a { background-color: #40CFC3; }
a { background-color: rgb(64,207,195); }
div.DivClassName
{
background-color: #40CFC3;
}
.BgClassName
{
background-color: #40CFC3;
}
</style>
border-color css
<style>
span { border-color: #40CFC3; }
span { border-color: rgb(64,207,195); }
td.TdClassName
{
border-color: #40CFC3;
}
.TagClassName
{
border-color: #40CFC3;
}
</style>