Shades of Turquoise Blue #40DCFC
Tints of Turquoise Blue #40DCFC
RGB
CMYK
RGB Variations
Color information
#40DCFC (or 0x40DCFC) is known color: Turquoise Blue. HEX triplet: 40, DC and FC. RGB value is (64,220,252). Sum of RGB (Red+Green+Blue) = 64+220+252=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #40DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCFC is #BF2303. Grayscale: #B0B0B0. Windows color (decimal): -12526340 or 16571456. OLE color: 16571456.
HSL color Cylindrical-coordinate representation of color #40DCFC: hue angle of 190.21º degrees, saturation: 0.97, 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 #40DCFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 220 | 252 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.21º | 0.97% | 0.62% | - |
| HSV(B) | 190.21º | 0.75% | 0.99% | - |
| XYZ | 45.28 | 59.3 | 101.16 | - |
| YUV | 177 | 170.32 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 252 | 0.75 | 0.13 | 0 | 0.01 | 190.21 | 0.97 | 0.62 |
| Hex | 40 | DC | FC | 4B | D | 0 | 1 | BE | 61 | 3E |
| Octal | 100 | 334 | 374 | 113 | 15 | 0 | 1 | 276 | 141 | 76 |
| Binary | 1000000 | 11011100 | 11111100 | 1001011 | 1101 | 0 | 1 | 10111110 | 1100001 | 111110 |
Color Harmonies of #40DCFC
Complementary color
Monochromatic Colors of #40DCFC
Black with #40DCFC
Text Example
Text Example
White with #40DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCFC; }
p { color: rgb(64,220,252); }
H1.HeaderClassName
{
color: #40DCFC;
}
.AnyTagClassName
{
color: #40DCFC;
}
</style>
background-color css
<style>
a { background-color: #40DCFC; }
a { background-color: rgb(64,220,252); }
div.DivClassName
{
background-color: #40DCFC;
}
.BgClassName
{
background-color: #40DCFC;
}
</style>
border-color css
<style>
span { border-color: #40DCFC; }
span { border-color: rgb(64,220,252); }
td.TdClassName
{
border-color: #40DCFC;
}
.TagClassName
{
border-color: #40DCFC;
}
</style>