Shades of Medium Turquoise #40CBBF
Tints of Medium Turquoise #40CBBF
RGB
CMYK
RGB Variations
Color information
#40CBBF (or 0x40CBBF) is known color: Medium Turquoise. HEX triplet: 40, CB and BF. RGB value is (64,203,191). Sum of RGB (Red+Green+Blue) = 64+203+191=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #40CBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBBF is #BF3440. Grayscale: #9F9F9F. Windows color (decimal): -12530753 or 12569408. OLE color: 12569408.
HSL color Cylindrical-coordinate representation of color #40CBBF: hue angle of 174.82º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CBBF is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 203 | 191 | - |
| CMYK | 0.68 | 0 | 0.06 | 0.20 |
| HSL | 174.82º | 0.57% | 0.52% | - |
| HSV(B) | 174.82º | 0.68% | 0.8% | - |
| XYZ | 32.87 | 47.56 | 56.74 | - |
| YUV | 160.07 | 145.45 | 59.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 191 | 0.68 | 0 | 0.06 | 0.20 | 174.82 | 0.57 | 0.52 |
| Hex | 40 | CB | BF | 44 | 0 | 6 | 14 | AF | 39 | 34 |
| Octal | 100 | 313 | 277 | 104 | 0 | 6 | 24 | 257 | 71 | 64 |
| Binary | 1000000 | 11001011 | 10111111 | 1000100 | 0 | 110 | 10100 | 10101111 | 111001 | 110100 |
Color Harmonies of #40CBBF
Complementary color
Monochromatic Colors of #40CBBF
Black with #40CBBF
Text Example
Text Example
White with #40CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBBF; }
p { color: rgb(64,203,191); }
H1.HeaderClassName
{
color: #40CBBF;
}
.AnyTagClassName
{
color: #40CBBF;
}
</style>
background-color css
<style>
a { background-color: #40CBBF; }
a { background-color: rgb(64,203,191); }
div.DivClassName
{
background-color: #40CBBF;
}
.BgClassName
{
background-color: #40CBBF;
}
</style>
border-color css
<style>
span { border-color: #40CBBF; }
span { border-color: rgb(64,203,191); }
td.TdClassName
{
border-color: #40CBBF;
}
.TagClassName
{
border-color: #40CBBF;
}
</style>