Shades of Turquoise Blue #40DAFC
Tints of Turquoise Blue #40DAFC
RGB
CMYK
RGB Variations
Color information
#40DAFC (or 0x40DAFC) is known color: Turquoise Blue. HEX triplet: 40, DA and FC. RGB value is (64,218,252). Sum of RGB (Red+Green+Blue) = 64+218+252=534 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.99% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #40DAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DAFC is #BF2503. Grayscale: #AFAFAF. Windows color (decimal): -12526852 or 16570944. OLE color: 16570944.
HSL color Cylindrical-coordinate representation of color #40DAFC: hue angle of 190.85º 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 #40DAFC is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 218 | 252 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.01 |
| HSL | 190.85º | 0.97% | 0.62% | - |
| HSV(B) | 190.85º | 0.75% | 0.99% | - |
| XYZ | 44.76 | 58.26 | 100.98 | - |
| YUV | 175.83 | 170.98 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 252 | 0.75 | 0.13 | 0 | 0.01 | 190.85 | 0.97 | 0.62 |
| Hex | 40 | DA | FC | 4B | D | 0 | 1 | BF | 61 | 3E |
| Octal | 100 | 332 | 374 | 113 | 15 | 0 | 1 | 277 | 141 | 76 |
| Binary | 1000000 | 11011010 | 11111100 | 1001011 | 1101 | 0 | 1 | 10111111 | 1100001 | 111110 |
Color Harmonies of #40DAFC
Complementary color
Monochromatic Colors of #40DAFC
Black with #40DAFC
Text Example
Text Example
White with #40DAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAFC; }
p { color: rgb(64,218,252); }
H1.HeaderClassName
{
color: #40DAFC;
}
.AnyTagClassName
{
color: #40DAFC;
}
</style>
background-color css
<style>
a { background-color: #40DAFC; }
a { background-color: rgb(64,218,252); }
div.DivClassName
{
background-color: #40DAFC;
}
.BgClassName
{
background-color: #40DAFC;
}
</style>
border-color css
<style>
span { border-color: #40DAFC; }
span { border-color: rgb(64,218,252); }
td.TdClassName
{
border-color: #40DAFC;
}
.TagClassName
{
border-color: #40DAFC;
}
</style>