Shades of Turquoise Blue #40DBFD
Tints of Turquoise Blue #40DBFD
RGB
CMYK
RGB Variations
Color information
#40DBFD (or 0x40DBFD) is known color: Turquoise Blue. HEX triplet: 40, DB and FD. RGB value is (64,219,253). Sum of RGB (Red+Green+Blue) = 64+219+253=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #40DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DBFD is #BF2402. Grayscale: #B0B0B0. Windows color (decimal): -12526595 or 16636736. OLE color: 16636736.
HSL color Cylindrical-coordinate representation of color #40DBFD: hue angle of 190.79º 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 #40DBFD is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 219 | 253 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.79º | 0.98% | 0.62% | - |
| HSV(B) | 190.79º | 0.75% | 0.99% | - |
| XYZ | 45.18 | 58.84 | 101.91 | - |
| YUV | 176.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 253 | 0.75 | 0.13 | 0 | 0.01 | 190.79 | 0.98 | 0.62 |
| Hex | 40 | DB | FD | 4B | D | 0 | 1 | BF | 62 | 3E |
| Octal | 100 | 333 | 375 | 113 | 15 | 0 | 1 | 277 | 142 | 76 |
| Binary | 1000000 | 11011011 | 11111101 | 1001011 | 1101 | 0 | 1 | 10111111 | 1100010 | 111110 |
Color Harmonies of #40DBFD
Complementary color
Monochromatic Colors of #40DBFD
Black with #40DBFD
Text Example
Text Example
White with #40DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBFD; }
p { color: rgb(64,219,253); }
H1.HeaderClassName
{
color: #40DBFD;
}
.AnyTagClassName
{
color: #40DBFD;
}
</style>
background-color css
<style>
a { background-color: #40DBFD; }
a { background-color: rgb(64,219,253); }
div.DivClassName
{
background-color: #40DBFD;
}
.BgClassName
{
background-color: #40DBFD;
}
</style>
border-color css
<style>
span { border-color: #40DBFD; }
span { border-color: rgb(64,219,253); }
td.TdClassName
{
border-color: #40DBFD;
}
.TagClassName
{
border-color: #40DBFD;
}
</style>