Shades of Medium Turquoise #40CDDA
Tints of Medium Turquoise #40CDDA
RGB
CMYK
RGB Variations
Color information
#40CDDA (or 0x40CDDA) is known color: Medium Turquoise. HEX triplet: 40, CD and DA. RGB value is (64,205,218). Sum of RGB (Red+Green+Blue) = 64+205+218=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #40CDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDDA is #BF3225. Grayscale: #A4A4A4. Windows color (decimal): -12530214 or 14339392. OLE color: 14339392.
HSL color Cylindrical-coordinate representation of color #40CDDA: hue angle of 185.06º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CDDA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 205 | 218 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.15 |
| HSL | 185.06º | 0.68% | 0.55% | - |
| HSV(B) | 185.06º | 0.71% | 0.85% | - |
| XYZ | 36.6 | 49.81 | 74.02 | - |
| YUV | 164.32 | 158.29 | 56.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 218 | 0.71 | 0.06 | 0 | 0.15 | 185.06 | 0.68 | 0.55 |
| Hex | 40 | CD | DA | 47 | 6 | 0 | F | B9 | 44 | 37 |
| Octal | 100 | 315 | 332 | 107 | 6 | 0 | 17 | 271 | 104 | 67 |
| Binary | 1000000 | 11001101 | 11011010 | 1000111 | 110 | 0 | 1111 | 10111001 | 1000100 | 110111 |
Color Harmonies of #40CDDA
Complementary color
Monochromatic Colors of #40CDDA
Black with #40CDDA
Text Example
Text Example
White with #40CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDDA; }
p { color: rgb(64,205,218); }
H1.HeaderClassName
{
color: #40CDDA;
}
.AnyTagClassName
{
color: #40CDDA;
}
</style>
background-color css
<style>
a { background-color: #40CDDA; }
a { background-color: rgb(64,205,218); }
div.DivClassName
{
background-color: #40CDDA;
}
.BgClassName
{
background-color: #40CDDA;
}
</style>
border-color css
<style>
span { border-color: #40CDDA; }
span { border-color: rgb(64,205,218); }
td.TdClassName
{
border-color: #40CDDA;
}
.TagClassName
{
border-color: #40CDDA;
}
</style>