Shades of Turquoise Blue #40DDFD
Tints of Turquoise Blue #40DDFD
RGB
CMYK
RGB Variations
Color information
#40DDFD (or 0x40DDFD) is known color: Turquoise Blue. HEX triplet: 40, DD and FD. RGB value is (64,221,253). Sum of RGB (Red+Green+Blue) = 64+221+253=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #40DDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDFD is #BF2202. Grayscale: #B1B1B1. Windows color (decimal): -12526083 or 16637248. OLE color: 16637248.
HSL color Cylindrical-coordinate representation of color #40DDFD: hue angle of 190.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DDFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 221 | 253 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.16º | 0.98% | 0.62% | - |
| HSV(B) | 190.16º | 0.75% | 0.99% | - |
| XYZ | 45.7 | 59.89 | 102.08 | - |
| YUV | 177.71 | 170.49 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 253 | 0.75 | 0.13 | 0 | 0.01 | 190.16 | 0.98 | 0.62 |
| Hex | 40 | DD | FD | 4B | D | 0 | 1 | BE | 62 | 3E |
| Octal | 100 | 335 | 375 | 113 | 15 | 0 | 1 | 276 | 142 | 76 |
| Binary | 1000000 | 11011101 | 11111101 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #40DDFD
Complementary color
Monochromatic Colors of #40DDFD
Black with #40DDFD
Text Example
Text Example
White with #40DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDFD; }
p { color: rgb(64,221,253); }
H1.HeaderClassName
{
color: #40DDFD;
}
.AnyTagClassName
{
color: #40DDFD;
}
</style>
background-color css
<style>
a { background-color: #40DDFD; }
a { background-color: rgb(64,221,253); }
div.DivClassName
{
background-color: #40DDFD;
}
.BgClassName
{
background-color: #40DDFD;
}
</style>
border-color css
<style>
span { border-color: #40DDFD; }
span { border-color: rgb(64,221,253); }
td.TdClassName
{
border-color: #40DDFD;
}
.TagClassName
{
border-color: #40DDFD;
}
</style>