Shades of Turquoise #40D8CA
Tints of Turquoise #40D8CA
RGB
CMYK
RGB Variations
Color information
#40D8CA (or 0x40D8CA) is known color: Turquoise. HEX triplet: 40, D8 and CA. RGB value is (64,216,202). Sum of RGB (Red+Green+Blue) = 64+216+202=482 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.28% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #40D8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8CA is #BF2735. Grayscale: #A8A8A8. Windows color (decimal): -12527414 or 13293632. OLE color: 13293632.
HSL color Cylindrical-coordinate representation of color #40D8CA: hue angle of 174.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D8CA is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 216 | 202 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.15 |
| HSL | 174.47º | 0.66% | 0.55% | - |
| HSV(B) | 174.47º | 0.7% | 0.85% | - |
| XYZ | 37.33 | 54.47 | 64.42 | - |
| YUV | 168.96 | 146.64 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 202 | 0.70 | 0 | 0.06 | 0.15 | 174.47 | 0.66 | 0.55 |
| Hex | 40 | D8 | CA | 46 | 0 | 6 | F | AE | 42 | 37 |
| Octal | 100 | 330 | 312 | 106 | 0 | 6 | 17 | 256 | 102 | 67 |
| Binary | 1000000 | 11011000 | 11001010 | 1000110 | 0 | 110 | 1111 | 10101110 | 1000010 | 110111 |
Color Harmonies of #40D8CA
Complementary color
Monochromatic Colors of #40D8CA
Black with #40D8CA
Text Example
Text Example
White with #40D8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8CA; }
p { color: rgb(64,216,202); }
H1.HeaderClassName
{
color: #40D8CA;
}
.AnyTagClassName
{
color: #40D8CA;
}
</style>
background-color css
<style>
a { background-color: #40D8CA; }
a { background-color: rgb(64,216,202); }
div.DivClassName
{
background-color: #40D8CA;
}
.BgClassName
{
background-color: #40D8CA;
}
</style>
border-color css
<style>
span { border-color: #40D8CA; }
span { border-color: rgb(64,216,202); }
td.TdClassName
{
border-color: #40D8CA;
}
.TagClassName
{
border-color: #40D8CA;
}
</style>