Shades of Turquoise #40DFEB
Tints of Turquoise #40DFEB
RGB
CMYK
RGB Variations
Color information
#40DFEB (or 0x40DFEB) is known color: Turquoise. HEX triplet: 40, DF and EB. RGB value is (64,223,235). Sum of RGB (Red+Green+Blue) = 64+223+235=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 223 (87.5% from 255 or 42.72% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #40DFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DFEB is #BF2014. Grayscale: #B0B0B0. Windows color (decimal): -12525589 or 15458112. OLE color: 15458112.
HSL color Cylindrical-coordinate representation of color #40DFEB: hue angle of 184.21º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40DFEB is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 223 | 235 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.08 |
| HSL | 184.21º | 0.81% | 0.59% | - |
| HSV(B) | 184.21º | 0.73% | 0.92% | - |
| XYZ | 43.5 | 59.86 | 87.86 | - |
| YUV | 176.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 223 | 235 | 0.73 | 0.05 | 0 | 0.08 | 184.21 | 0.81 | 0.59 |
| Hex | 40 | DF | EB | 49 | 5 | 0 | 8 | B8 | 51 | 3B |
| Octal | 100 | 337 | 353 | 111 | 5 | 0 | 10 | 270 | 121 | 73 |
| Binary | 1000000 | 11011111 | 11101011 | 1001001 | 101 | 0 | 1000 | 10111000 | 1010001 | 111011 |
Color Harmonies of #40DFEB
Complementary color
Monochromatic Colors of #40DFEB
Black with #40DFEB
Text Example
Text Example
White with #40DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DFEB; }
p { color: rgb(64,223,235); }
H1.HeaderClassName
{
color: #40DFEB;
}
.AnyTagClassName
{
color: #40DFEB;
}
</style>
background-color css
<style>
a { background-color: #40DFEB; }
a { background-color: rgb(64,223,235); }
div.DivClassName
{
background-color: #40DFEB;
}
.BgClassName
{
background-color: #40DFEB;
}
</style>
border-color css
<style>
span { border-color: #40DFEB; }
span { border-color: rgb(64,223,235); }
td.TdClassName
{
border-color: #40DFEB;
}
.TagClassName
{
border-color: #40DFEB;
}
</style>