Shades of Medium Turquoise #40CDDF
Tints of Medium Turquoise #40CDDF
RGB
CMYK
RGB Variations
Color information
#40CDDF (or 0x40CDDF) is known color: Medium Turquoise. HEX triplet: 40, CD and DF. RGB value is (64,205,223). Sum of RGB (Red+Green+Blue) = 64+205+223=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #40CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDDF is #BF3220. Grayscale: #A4A4A4. Windows color (decimal): -12530209 or 14667072. OLE color: 14667072.
HSL color Cylindrical-coordinate representation of color #40CDDF: hue angle of 186.79º degrees, saturation: 0.71, 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 #40CDDF is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 205 | 223 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.13 |
| HSL | 186.79º | 0.71% | 0.56% | - |
| HSV(B) | 186.79º | 0.71% | 0.87% | - |
| XYZ | 37.26 | 50.08 | 77.51 | - |
| YUV | 164.89 | 160.79 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 223 | 0.71 | 0.08 | 0 | 0.13 | 186.79 | 0.71 | 0.56 |
| Hex | 40 | CD | DF | 47 | 8 | 0 | D | BB | 47 | 38 |
| Octal | 100 | 315 | 337 | 107 | 10 | 0 | 15 | 273 | 107 | 70 |
| Binary | 1000000 | 11001101 | 11011111 | 1000111 | 1000 | 0 | 1101 | 10111011 | 1000111 | 111000 |
Color Harmonies of #40CDDF
Complementary color
Monochromatic Colors of #40CDDF
Black with #40CDDF
Text Example
Text Example
White with #40CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDDF; }
p { color: rgb(64,205,223); }
H1.HeaderClassName
{
color: #40CDDF;
}
.AnyTagClassName
{
color: #40CDDF;
}
</style>
background-color css
<style>
a { background-color: #40CDDF; }
a { background-color: rgb(64,205,223); }
div.DivClassName
{
background-color: #40CDDF;
}
.BgClassName
{
background-color: #40CDDF;
}
</style>
border-color css
<style>
span { border-color: #40CDDF; }
span { border-color: rgb(64,205,223); }
td.TdClassName
{
border-color: #40CDDF;
}
.TagClassName
{
border-color: #40CDDF;
}
</style>