Shades of Medium Turquoise #40CBCF
Tints of Medium Turquoise #40CBCF
RGB
CMYK
RGB Variations
Color information
#40CBCF (or 0x40CBCF) is known color: Medium Turquoise. HEX triplet: 40, CB and CF. RGB value is (64,203,207). Sum of RGB (Red+Green+Blue) = 64+203+207=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #40CBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBCF is #BF3430. Grayscale: #A1A1A1. Windows color (decimal): -12530737 or 13617984. OLE color: 13617984.
HSL color Cylindrical-coordinate representation of color #40CBCF: hue angle of 181.68º 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 #40CBCF is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 203 | 207 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.19 |
| HSL | 181.68º | 0.6% | 0.53% | - |
| HSV(B) | 181.68º | 0.69% | 0.81% | - |
| XYZ | 34.73 | 48.31 | 66.53 | - |
| YUV | 161.9 | 153.45 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 207 | 0.69 | 0.02 | 0 | 0.19 | 181.68 | 0.6 | 0.53 |
| Hex | 40 | CB | CF | 45 | 2 | 0 | 13 | B6 | 3C | 35 |
| Octal | 100 | 313 | 317 | 105 | 2 | 0 | 23 | 266 | 74 | 65 |
| Binary | 1000000 | 11001011 | 11001111 | 1000101 | 10 | 0 | 10011 | 10110110 | 111100 | 110101 |
Color Harmonies of #40CBCF
Complementary color
Monochromatic Colors of #40CBCF
Black with #40CBCF
Text Example
Text Example
White with #40CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBCF; }
p { color: rgb(64,203,207); }
H1.HeaderClassName
{
color: #40CBCF;
}
.AnyTagClassName
{
color: #40CBCF;
}
</style>
background-color css
<style>
a { background-color: #40CBCF; }
a { background-color: rgb(64,203,207); }
div.DivClassName
{
background-color: #40CBCF;
}
.BgClassName
{
background-color: #40CBCF;
}
</style>
border-color css
<style>
span { border-color: #40CBCF; }
span { border-color: rgb(64,203,207); }
td.TdClassName
{
border-color: #40CBCF;
}
.TagClassName
{
border-color: #40CBCF;
}
</style>