Shades of Turquoise #40DFF9
Tints of Turquoise #40DFF9
RGB
CMYK
RGB Variations
Color information
#40DFF9 (or 0x40DFF9) is known color: Turquoise. HEX triplet: 40, DF and F9. RGB value is (64,223,249). Sum of RGB (Red+Green+Blue) = 64+223+249=536 (70% of max value = 765). Red value is 64 (25.39% from 255 or 11.94% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 249 (97.66% from 255 or 46.46% from 536); Max value from RGB is 249 - color contains mainly: blue. Hex color #40DFF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFF9 is #BF2006. Grayscale: #B2B2B2. Windows color (decimal): -12525575 or 16375616. OLE color: 16375616.
HSL color Cylindrical-coordinate representation of color #40DFF9: hue angle of 188.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40DFF9 is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 223 | 249 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.02 |
| HSL | 188.43º | 0.94% | 0.61% | - |
| HSV(B) | 188.43º | 0.74% | 0.98% | - |
| XYZ | 45.6 | 60.7 | 98.94 | - |
| YUV | 178.42 | 167.82 | 46.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 249 | 0.74 | 0.10 | 0 | 0.02 | 188.43 | 0.94 | 0.61 |
| Hex | 40 | DF | F9 | 4A | A | 0 | 2 | BC | 5E | 3D |
| Octal | 100 | 337 | 371 | 112 | 12 | 0 | 2 | 274 | 136 | 75 |
| Binary | 1000000 | 11011111 | 11111001 | 1001010 | 1010 | 0 | 10 | 10111100 | 1011110 | 111101 |
Color Harmonies of #40DFF9
Complementary color
Monochromatic Colors of #40DFF9
Black with #40DFF9
Text Example
Text Example
White with #40DFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFF9; }
p { color: rgb(64,223,249); }
H1.HeaderClassName
{
color: #40DFF9;
}
.AnyTagClassName
{
color: #40DFF9;
}
</style>
background-color css
<style>
a { background-color: #40DFF9; }
a { background-color: rgb(64,223,249); }
div.DivClassName
{
background-color: #40DFF9;
}
.BgClassName
{
background-color: #40DFF9;
}
</style>
border-color css
<style>
span { border-color: #40DFF9; }
span { border-color: rgb(64,223,249); }
td.TdClassName
{
border-color: #40DFF9;
}
.TagClassName
{
border-color: #40DFF9;
}
</style>