Shades of Turquoise #40DDFB
Tints of Turquoise #40DDFB
RGB
CMYK
RGB Variations
Color information
#40DDFB (or 0x40DDFB) is known color: Turquoise. HEX triplet: 40, DD and FB. RGB value is (64,221,251). Sum of RGB (Red+Green+Blue) = 64+221+251=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #40DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DDFB is #BF2204. Grayscale: #B1B1B1. Windows color (decimal): -12526085 or 16506176. OLE color: 16506176.
HSL color Cylindrical-coordinate representation of color #40DDFB: hue angle of 189.63º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DDFB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 221 | 251 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.02 |
| HSL | 189.63º | 0.96% | 0.62% | - |
| HSV(B) | 189.63º | 0.75% | 0.98% | - |
| XYZ | 45.38 | 59.77 | 100.41 | - |
| YUV | 177.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 251 | 0.75 | 0.12 | 0 | 0.02 | 189.63 | 0.96 | 0.62 |
| Hex | 40 | DD | FB | 4B | C | 0 | 2 | BE | 60 | 3E |
| Octal | 100 | 335 | 373 | 113 | 14 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000000 | 11011101 | 11111011 | 1001011 | 1100 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #40DDFB
Complementary color
Monochromatic Colors of #40DDFB
Black with #40DDFB
Text Example
Text Example
White with #40DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDFB; }
p { color: rgb(64,221,251); }
H1.HeaderClassName
{
color: #40DDFB;
}
.AnyTagClassName
{
color: #40DDFB;
}
</style>
background-color css
<style>
a { background-color: #40DDFB; }
a { background-color: rgb(64,221,251); }
div.DivClassName
{
background-color: #40DDFB;
}
.BgClassName
{
background-color: #40DDFB;
}
</style>
border-color css
<style>
span { border-color: #40DDFB; }
span { border-color: rgb(64,221,251); }
td.TdClassName
{
border-color: #40DDFB;
}
.TagClassName
{
border-color: #40DDFB;
}
</style>