Shades of Turquoise #40DEEB
Tints of Turquoise #40DEEB
RGB
CMYK
RGB Variations
Color information
#40DEEB (or 0x40DEEB) is known color: Turquoise. HEX triplet: 40, DE and EB. RGB value is (64,222,235). Sum of RGB (Red+Green+Blue) = 64+222+235=521 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.28% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #40DEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40DEEB is #BF2114. Grayscale: #B0B0B0. Windows color (decimal): -12525845 or 15457856. OLE color: 15457856.
HSL color Cylindrical-coordinate representation of color #40DEEB: hue angle of 184.56º 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 #40DEEB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 222 | 235 | - |
| CMYK | 0.73 | 0.06 | 0 | 0.08 |
| HSL | 184.56º | 0.81% | 0.59% | - |
| HSV(B) | 184.56º | 0.73% | 0.92% | - |
| XYZ | 43.23 | 59.33 | 87.77 | - |
| YUV | 176.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 222 | 235 | 0.73 | 0.06 | 0 | 0.08 | 184.56 | 0.81 | 0.59 |
| Hex | 40 | DE | EB | 49 | 6 | 0 | 8 | B9 | 51 | 3B |
| Octal | 100 | 336 | 353 | 111 | 6 | 0 | 10 | 271 | 121 | 73 |
| Binary | 1000000 | 11011110 | 11101011 | 1001001 | 110 | 0 | 1000 | 10111001 | 1010001 | 111011 |
Color Harmonies of #40DEEB
Complementary color
Monochromatic Colors of #40DEEB
Black with #40DEEB
Text Example
Text Example
White with #40DEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DEEB; }
p { color: rgb(64,222,235); }
H1.HeaderClassName
{
color: #40DEEB;
}
.AnyTagClassName
{
color: #40DEEB;
}
</style>
background-color css
<style>
a { background-color: #40DEEB; }
a { background-color: rgb(64,222,235); }
div.DivClassName
{
background-color: #40DEEB;
}
.BgClassName
{
background-color: #40DEEB;
}
</style>
border-color css
<style>
span { border-color: #40DEEB; }
span { border-color: rgb(64,222,235); }
td.TdClassName
{
border-color: #40DEEB;
}
.TagClassName
{
border-color: #40DEEB;
}
</style>