Shades of Medium Turquoise #40CBD6
Tints of Medium Turquoise #40CBD6
RGB
CMYK
RGB Variations
Color information
#40CBD6 (or 0x40CBD6) is known color: Medium Turquoise. HEX triplet: 40, CB and D6. RGB value is (64,203,214). Sum of RGB (Red+Green+Blue) = 64+203+214=481 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.31% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #40CBD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBD6 is #BF3429. Grayscale: #A2A2A2. Windows color (decimal): -12530730 or 14076736. OLE color: 14076736.
HSL color Cylindrical-coordinate representation of color #40CBD6: hue angle of 184.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CBD6 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 203 | 214 | - |
| CMYK | 0.70 | 0.05 | 0 | 0.16 |
| HSL | 184.4º | 0.65% | 0.55% | - |
| HSV(B) | 184.4º | 0.7% | 0.84% | - |
| XYZ | 35.61 | 48.66 | 71.13 | - |
| YUV | 162.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 214 | 0.70 | 0.05 | 0 | 0.16 | 184.4 | 0.65 | 0.55 |
| Hex | 40 | CB | D6 | 46 | 5 | 0 | 10 | B8 | 41 | 37 |
| Octal | 100 | 313 | 326 | 106 | 5 | 0 | 20 | 270 | 101 | 67 |
| Binary | 1000000 | 11001011 | 11010110 | 1000110 | 101 | 0 | 10000 | 10111000 | 1000001 | 110111 |
Color Harmonies of #40CBD6
Complementary color
Monochromatic Colors of #40CBD6
Black with #40CBD6
Text Example
Text Example
White with #40CBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBD6; }
p { color: rgb(64,203,214); }
H1.HeaderClassName
{
color: #40CBD6;
}
.AnyTagClassName
{
color: #40CBD6;
}
</style>
background-color css
<style>
a { background-color: #40CBD6; }
a { background-color: rgb(64,203,214); }
div.DivClassName
{
background-color: #40CBD6;
}
.BgClassName
{
background-color: #40CBD6;
}
</style>
border-color css
<style>
span { border-color: #40CBD6; }
span { border-color: rgb(64,203,214); }
td.TdClassName
{
border-color: #40CBD6;
}
.TagClassName
{
border-color: #40CBD6;
}
</style>