Shades of Turquoise #40ECDF
Tints of Turquoise #40ECDF
RGB
CMYK
RGB Variations
Color information
#40ECDF (or 0x40ECDF) is known color: Turquoise. HEX triplet: 40, EC and DF. RGB value is (64,236,223). Sum of RGB (Red+Green+Blue) = 64+236+223=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECDF is #BF1320. Grayscale: #B6B6B6. Windows color (decimal): -12522273 or 14675008. OLE color: 14675008.
HSL color Cylindrical-coordinate representation of color #40ECDF: hue angle of 175.47º degrees, saturation: 0.82, 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 #40ECDF is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 223 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.07 |
| HSL | 175.47º | 0.82% | 0.59% | - |
| HSV(B) | 175.47º | 0.73% | 0.93% | - |
| XYZ | 45.43 | 66.41 | 80.24 | - |
| YUV | 183.09 | 150.52 | 43.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 223 | 0.73 | 0 | 0.06 | 0.07 | 175.47 | 0.82 | 0.59 |
| Hex | 40 | EC | DF | 49 | 0 | 6 | 7 | AF | 52 | 3B |
| Octal | 100 | 354 | 337 | 111 | 0 | 6 | 7 | 257 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11011111 | 1001001 | 0 | 110 | 111 | 10101111 | 1010010 | 111011 |
Color Harmonies of #40ECDF
Complementary color
Monochromatic Colors of #40ECDF
Black with #40ECDF
Text Example
Text Example
White with #40ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECDF; }
p { color: rgb(64,236,223); }
H1.HeaderClassName
{
color: #40ECDF;
}
.AnyTagClassName
{
color: #40ECDF;
}
</style>
background-color css
<style>
a { background-color: #40ECDF; }
a { background-color: rgb(64,236,223); }
div.DivClassName
{
background-color: #40ECDF;
}
.BgClassName
{
background-color: #40ECDF;
}
</style>
border-color css
<style>
span { border-color: #40ECDF; }
span { border-color: rgb(64,236,223); }
td.TdClassName
{
border-color: #40ECDF;
}
.TagClassName
{
border-color: #40ECDF;
}
</style>