Shades of Turquoise #2ECFDB
Tints of Turquoise #2ECFDB
RGB
CMYK
RGB Variations
Color information
#2ECFDB (or 0x2ECFDB) is known color: Turquoise. HEX triplet: 2E, CF and DB. RGB value is (46,207,219). Sum of RGB (Red+Green+Blue) = 46+207+219=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ECFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFDB is #D13024. Grayscale: #A0A0A0. Windows color (decimal): -13709349 or 14405422. OLE color: 14405422.
HSL color Cylindrical-coordinate representation of color #2ECFDB: hue angle of 184.16º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECFDB is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 207 | 219 | - |
| CMYK | 0.79 | 0.05 | 0 | 0.14 |
| HSL | 184.16º | 0.71% | 0.52% | - |
| HSV(B) | 184.16º | 0.79% | 0.86% | - |
| XYZ | 36.23 | 50.32 | 74.82 | - |
| YUV | 160.23 | 161.16 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 219 | 0.79 | 0.05 | 0 | 0.14 | 184.16 | 0.71 | 0.52 |
| Hex | 2E | CF | DB | 4F | 5 | 0 | E | B8 | 47 | 34 |
| Octal | 56 | 317 | 333 | 117 | 5 | 0 | 16 | 270 | 107 | 64 |
| Binary | 101110 | 11001111 | 11011011 | 1001111 | 101 | 0 | 1110 | 10111000 | 1000111 | 110100 |
Color Harmonies of #2ECFDB
Complementary color
Monochromatic Colors of #2ECFDB
Black with #2ECFDB
Text Example
Text Example
White with #2ECFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFDB; }
p { color: rgb(46,207,219); }
H1.HeaderClassName
{
color: #2ECFDB;
}
.AnyTagClassName
{
color: #2ECFDB;
}
</style>
background-color css
<style>
a { background-color: #2ECFDB; }
a { background-color: rgb(46,207,219); }
div.DivClassName
{
background-color: #2ECFDB;
}
.BgClassName
{
background-color: #2ECFDB;
}
</style>
border-color css
<style>
span { border-color: #2ECFDB; }
span { border-color: rgb(46,207,219); }
td.TdClassName
{
border-color: #2ECFDB;
}
.TagClassName
{
border-color: #2ECFDB;
}
</style>