Shades of Turquoise #40DFED
Tints of Turquoise #40DFED
RGB
CMYK
RGB Variations
Color information
#40DFED (or 0x40DFED) is known color: Turquoise. HEX triplet: 40, DF and ED. RGB value is (64,223,237). Sum of RGB (Red+Green+Blue) = 64+223+237=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #40DFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFED is #BF2012. Grayscale: #B0B0B0. Windows color (decimal): -12525587 or 15589184. OLE color: 15589184.
HSL color Cylindrical-coordinate representation of color #40DFED: hue angle of 184.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DFED is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 223 | 237 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.07 |
| HSL | 184.86º | 0.83% | 0.59% | - |
| HSV(B) | 184.86º | 0.73% | 0.93% | - |
| XYZ | 43.79 | 59.98 | 89.39 | - |
| YUV | 177.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 237 | 0.73 | 0.06 | 0 | 0.07 | 184.86 | 0.83 | 0.59 |
| Hex | 40 | DF | ED | 49 | 6 | 0 | 7 | B9 | 53 | 3B |
| Octal | 100 | 337 | 355 | 111 | 6 | 0 | 7 | 271 | 123 | 73 |
| Binary | 1000000 | 11011111 | 11101101 | 1001001 | 110 | 0 | 111 | 10111001 | 1010011 | 111011 |
Color Harmonies of #40DFED
Complementary color
Monochromatic Colors of #40DFED
Black with #40DFED
Text Example
Text Example
White with #40DFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFED; }
p { color: rgb(64,223,237); }
H1.HeaderClassName
{
color: #40DFED;
}
.AnyTagClassName
{
color: #40DFED;
}
</style>
background-color css
<style>
a { background-color: #40DFED; }
a { background-color: rgb(64,223,237); }
div.DivClassName
{
background-color: #40DFED;
}
.BgClassName
{
background-color: #40DFED;
}
</style>
border-color css
<style>
span { border-color: #40DFED; }
span { border-color: rgb(64,223,237); }
td.TdClassName
{
border-color: #40DFED;
}
.TagClassName
{
border-color: #40DFED;
}
</style>