Shades of Medium Turquoise #40CBD2
Tints of Medium Turquoise #40CBD2
RGB
CMYK
RGB Variations
Color information
#40CBD2 (or 0x40CBD2) is known color: Medium Turquoise. HEX triplet: 40, CB and D2. RGB value is (64,203,210). Sum of RGB (Red+Green+Blue) = 64+203+210=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #40CBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBD2 is #BF342D. Grayscale: #A2A2A2. Windows color (decimal): -12530734 or 13814592. OLE color: 13814592.
HSL color Cylindrical-coordinate representation of color #40CBD2: hue angle of 182.88º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CBD2 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 203 | 210 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.18 |
| HSL | 182.88º | 0.62% | 0.54% | - |
| HSV(B) | 182.88º | 0.7% | 0.82% | - |
| XYZ | 35.1 | 48.46 | 68.48 | - |
| YUV | 162.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 210 | 0.70 | 0.03 | 0 | 0.18 | 182.88 | 0.62 | 0.54 |
| Hex | 40 | CB | D2 | 46 | 3 | 0 | 12 | B7 | 3E | 36 |
| Octal | 100 | 313 | 322 | 106 | 3 | 0 | 22 | 267 | 76 | 66 |
| Binary | 1000000 | 11001011 | 11010010 | 1000110 | 11 | 0 | 10010 | 10110111 | 111110 | 110110 |
Color Harmonies of #40CBD2
Complementary color
Monochromatic Colors of #40CBD2
Black with #40CBD2
Text Example
Text Example
White with #40CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBD2; }
p { color: rgb(64,203,210); }
H1.HeaderClassName
{
color: #40CBD2;
}
.AnyTagClassName
{
color: #40CBD2;
}
</style>
background-color css
<style>
a { background-color: #40CBD2; }
a { background-color: rgb(64,203,210); }
div.DivClassName
{
background-color: #40CBD2;
}
.BgClassName
{
background-color: #40CBD2;
}
</style>
border-color css
<style>
span { border-color: #40CBD2; }
span { border-color: rgb(64,203,210); }
td.TdClassName
{
border-color: #40CBD2;
}
.TagClassName
{
border-color: #40CBD2;
}
</style>