Shades of Medium Turquoise #40CCBF
Tints of Medium Turquoise #40CCBF
RGB
CMYK
RGB Variations
Color information
#40CCBF (or 0x40CCBF) is known color: Medium Turquoise. HEX triplet: 40, CC and BF. RGB value is (64,204,191). Sum of RGB (Red+Green+Blue) = 64+204+191=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCBF is #BF3340. Grayscale: #A0A0A0. Windows color (decimal): -12530497 or 12569664. OLE color: 12569664.
HSL color Cylindrical-coordinate representation of color #40CCBF: hue angle of 174.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCBF is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 191 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.2 |
| HSL | 174.43º | 0.58% | 0.53% | - |
| HSV(B) | 174.43º | 0.69% | 0.8% | - |
| XYZ | 33.11 | 48.04 | 56.82 | - |
| YUV | 160.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 191 | 0.69 | 0 | 0.06 | 0.2 | 174.43 | 0.58 | 0.53 |
| Hex | 40 | CC | BF | 45 | 0 | 6 | 14 | AE | 3A | 35 |
| Octal | 100 | 314 | 277 | 105 | 0 | 6 | 24 | 256 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10111111 | 1000101 | 0 | 110 | 10100 | 10101110 | 111010 | 110101 |
Color Harmonies of #40CCBF
Complementary color
Monochromatic Colors of #40CCBF
Black with #40CCBF
Text Example
Text Example
White with #40CCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCBF; }
p { color: rgb(64,204,191); }
H1.HeaderClassName
{
color: #40CCBF;
}
.AnyTagClassName
{
color: #40CCBF;
}
</style>
background-color css
<style>
a { background-color: #40CCBF; }
a { background-color: rgb(64,204,191); }
div.DivClassName
{
background-color: #40CCBF;
}
.BgClassName
{
background-color: #40CCBF;
}
</style>
border-color css
<style>
span { border-color: #40CCBF; }
span { border-color: rgb(64,204,191); }
td.TdClassName
{
border-color: #40CCBF;
}
.TagClassName
{
border-color: #40CCBF;
}
</style>