Shades of Medium Turquoise #40C8DA
Tints of Medium Turquoise #40C8DA
RGB
CMYK
RGB Variations
Color information
#40C8DA (or 0x40C8DA) is known color: Medium Turquoise. HEX triplet: 40, C8 and DA. RGB value is (64,200,218). Sum of RGB (Red+Green+Blue) = 64+200+218=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #40C8DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8DA is #BF3725. Grayscale: #A1A1A1. Windows color (decimal): -12531494 or 14338112. OLE color: 14338112.
HSL color Cylindrical-coordinate representation of color #40C8DA: hue angle of 187.01º 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 #40C8DA is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 200 | 218 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.15 |
| HSL | 187.01º | 0.68% | 0.55% | - |
| HSV(B) | 187.01º | 0.71% | 0.85% | - |
| XYZ | 35.42 | 47.46 | 73.62 | - |
| YUV | 161.39 | 159.94 | 58.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 218 | 0.71 | 0.08 | 0 | 0.15 | 187.01 | 0.68 | 0.55 |
| Hex | 40 | C8 | DA | 47 | 8 | 0 | F | BB | 44 | 37 |
| Octal | 100 | 310 | 332 | 107 | 10 | 0 | 17 | 273 | 104 | 67 |
| Binary | 1000000 | 11001000 | 11011010 | 1000111 | 1000 | 0 | 1111 | 10111011 | 1000100 | 110111 |
Color Harmonies of #40C8DA
Complementary color
Monochromatic Colors of #40C8DA
Black with #40C8DA
Text Example
Text Example
White with #40C8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8DA; }
p { color: rgb(64,200,218); }
H1.HeaderClassName
{
color: #40C8DA;
}
.AnyTagClassName
{
color: #40C8DA;
}
</style>
background-color css
<style>
a { background-color: #40C8DA; }
a { background-color: rgb(64,200,218); }
div.DivClassName
{
background-color: #40C8DA;
}
.BgClassName
{
background-color: #40C8DA;
}
</style>
border-color css
<style>
span { border-color: #40C8DA; }
span { border-color: rgb(64,200,218); }
td.TdClassName
{
border-color: #40C8DA;
}
.TagClassName
{
border-color: #40C8DA;
}
</style>