Shades of Turquoise #40DFEF
Tints of Turquoise #40DFEF
RGB
CMYK
RGB Variations
Color information
#40DFEF (or 0x40DFEF) is known color: Turquoise. HEX triplet: 40, DF and EF. RGB value is (64,223,239). Sum of RGB (Red+Green+Blue) = 64+223+239=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #40DFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEF is #BF2010. Grayscale: #B1B1B1. Windows color (decimal): -12525585 or 15720256. OLE color: 15720256.
HSL color Cylindrical-coordinate representation of color #40DFEF: hue angle of 185.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DFEF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 223 | 239 | - |
| CMYK | 0.73 | 0.07 | 0 | 0.06 |
| HSL | 185.49º | 0.85% | 0.59% | - |
| HSV(B) | 185.49º | 0.73% | 0.94% | - |
| XYZ | 44.08 | 60.1 | 90.94 | - |
| YUV | 177.28 | 162.82 | 47.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 239 | 0.73 | 0.07 | 0 | 0.06 | 185.49 | 0.85 | 0.59 |
| Hex | 40 | DF | EF | 49 | 7 | 0 | 6 | B9 | 55 | 3B |
| Octal | 100 | 337 | 357 | 111 | 7 | 0 | 6 | 271 | 125 | 73 |
| Binary | 1000000 | 11011111 | 11101111 | 1001001 | 111 | 0 | 110 | 10111001 | 1010101 | 111011 |
Color Harmonies of #40DFEF
Complementary color
Monochromatic Colors of #40DFEF
Black with #40DFEF
Text Example
Text Example
White with #40DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFEF; }
p { color: rgb(64,223,239); }
H1.HeaderClassName
{
color: #40DFEF;
}
.AnyTagClassName
{
color: #40DFEF;
}
</style>
background-color css
<style>
a { background-color: #40DFEF; }
a { background-color: rgb(64,223,239); }
div.DivClassName
{
background-color: #40DFEF;
}
.BgClassName
{
background-color: #40DFEF;
}
</style>
border-color css
<style>
span { border-color: #40DFEF; }
span { border-color: rgb(64,223,239); }
td.TdClassName
{
border-color: #40DFEF;
}
.TagClassName
{
border-color: #40DFEF;
}
</style>