Shades of Turquoise #40DCFA
Tints of Turquoise #40DCFA
RGB
CMYK
RGB Variations
Color information
#40DCFA (or 0x40DCFA) is known color: Turquoise. HEX triplet: 40, DC and FA. RGB value is (64,220,250). Sum of RGB (Red+Green+Blue) = 64+220+250=534 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.99% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #40DCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DCFA is #BF2305. Grayscale: #B0B0B0. Windows color (decimal): -12526342 or 16440384. OLE color: 16440384.
HSL color Cylindrical-coordinate representation of color #40DCFA: hue angle of 189.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DCFA is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 220 | 250 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.02 |
| HSL | 189.68º | 0.95% | 0.62% | - |
| HSV(B) | 189.68º | 0.74% | 0.98% | - |
| XYZ | 44.96 | 59.18 | 99.5 | - |
| YUV | 176.78 | 169.32 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 220 | 250 | 0.74 | 0.12 | 0 | 0.02 | 189.68 | 0.95 | 0.62 |
| Hex | 40 | DC | FA | 4A | C | 0 | 2 | BE | 5F | 3E |
| Octal | 100 | 334 | 372 | 112 | 14 | 0 | 2 | 276 | 137 | 76 |
| Binary | 1000000 | 11011100 | 11111010 | 1001010 | 1100 | 0 | 10 | 10111110 | 1011111 | 111110 |
Color Harmonies of #40DCFA
Complementary color
Monochromatic Colors of #40DCFA
Black with #40DCFA
Text Example
Text Example
White with #40DCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DCFA; }
p { color: rgb(64,220,250); }
H1.HeaderClassName
{
color: #40DCFA;
}
.AnyTagClassName
{
color: #40DCFA;
}
</style>
background-color css
<style>
a { background-color: #40DCFA; }
a { background-color: rgb(64,220,250); }
div.DivClassName
{
background-color: #40DCFA;
}
.BgClassName
{
background-color: #40DCFA;
}
</style>
border-color css
<style>
span { border-color: #40DCFA; }
span { border-color: rgb(64,220,250); }
td.TdClassName
{
border-color: #40DCFA;
}
.TagClassName
{
border-color: #40DCFA;
}
</style>