Shades of Turquoise Blue #40DEFD
Tints of Turquoise Blue #40DEFD
RGB
CMYK
RGB Variations
Color information
#40DEFD (or 0x40DEFD) is known color: Turquoise Blue. HEX triplet: 40, DE and FD. RGB value is (64,222,253). Sum of RGB (Red+Green+Blue) = 64+222+253=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #40DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEFD is #BF2102. Grayscale: #B2B2B2. Windows color (decimal): -12525827 or 16637504. OLE color: 16637504.
HSL color Cylindrical-coordinate representation of color #40DEFD: hue angle of 189.84º 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 #40DEFD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 222 | 253 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.01 |
| HSL | 189.84º | 0.98% | 0.62% | - |
| HSV(B) | 189.84º | 0.75% | 0.99% | - |
| XYZ | 45.97 | 60.42 | 102.17 | - |
| YUV | 178.29 | 170.15 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 253 | 0.75 | 0.12 | 0 | 0.01 | 189.84 | 0.98 | 0.62 |
| Hex | 40 | DE | FD | 4B | C | 0 | 1 | BE | 62 | 3E |
| Octal | 100 | 336 | 375 | 113 | 14 | 0 | 1 | 276 | 142 | 76 |
| Binary | 1000000 | 11011110 | 11111101 | 1001011 | 1100 | 0 | 1 | 10111110 | 1100010 | 111110 |
Color Harmonies of #40DEFD
Complementary color
Monochromatic Colors of #40DEFD
Black with #40DEFD
Text Example
Text Example
White with #40DEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEFD; }
p { color: rgb(64,222,253); }
H1.HeaderClassName
{
color: #40DEFD;
}
.AnyTagClassName
{
color: #40DEFD;
}
</style>
background-color css
<style>
a { background-color: #40DEFD; }
a { background-color: rgb(64,222,253); }
div.DivClassName
{
background-color: #40DEFD;
}
.BgClassName
{
background-color: #40DEFD;
}
</style>
border-color css
<style>
span { border-color: #40DEFD; }
span { border-color: rgb(64,222,253); }
td.TdClassName
{
border-color: #40DEFD;
}
.TagClassName
{
border-color: #40DEFD;
}
</style>