Shades of Medium Turquoise #40CBDD
Tints of Medium Turquoise #40CBDD
RGB
CMYK
RGB Variations
Color information
#40CBDD (or 0x40CBDD) is known color: Medium Turquoise. HEX triplet: 40, CB and DD. RGB value is (64,203,221). Sum of RGB (Red+Green+Blue) = 64+203+221=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #40CBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CBDD is #BF3422. Grayscale: #A3A3A3. Windows color (decimal): -12530723 or 14535488. OLE color: 14535488.
HSL color Cylindrical-coordinate representation of color #40CBDD: hue angle of 186.88º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CBDD is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 203 | 221 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.13 |
| HSL | 186.88º | 0.7% | 0.56% | - |
| HSV(B) | 186.88º | 0.71% | 0.87% | - |
| XYZ | 36.52 | 49.02 | 75.94 | - |
| YUV | 163.49 | 160.45 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 203 | 221 | 0.71 | 0.08 | 0 | 0.13 | 186.88 | 0.7 | 0.56 |
| Hex | 40 | CB | DD | 47 | 8 | 0 | D | BB | 46 | 38 |
| Octal | 100 | 313 | 335 | 107 | 10 | 0 | 15 | 273 | 106 | 70 |
| Binary | 1000000 | 11001011 | 11011101 | 1000111 | 1000 | 0 | 1101 | 10111011 | 1000110 | 111000 |
Color Harmonies of #40CBDD
Complementary color
Monochromatic Colors of #40CBDD
Black with #40CBDD
Text Example
Text Example
White with #40CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CBDD; }
p { color: rgb(64,203,221); }
H1.HeaderClassName
{
color: #40CBDD;
}
.AnyTagClassName
{
color: #40CBDD;
}
</style>
background-color css
<style>
a { background-color: #40CBDD; }
a { background-color: rgb(64,203,221); }
div.DivClassName
{
background-color: #40CBDD;
}
.BgClassName
{
background-color: #40CBDD;
}
</style>
border-color css
<style>
span { border-color: #40CBDD; }
span { border-color: rgb(64,203,221); }
td.TdClassName
{
border-color: #40CBDD;
}
.TagClassName
{
border-color: #40CBDD;
}
</style>