Shades of Turquoise #2DECBB
Tints of Turquoise #2DECBB
RGB
CMYK
RGB Variations
Color information
#2DECBB (or 0x2DECBB) is known color: Turquoise. HEX triplet: 2D, EC and BB. RGB value is (45,236,187). Sum of RGB (Red+Green+Blue) = 45+236+187=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECBB is #D21344. Grayscale: #ADADAD. Windows color (decimal): -13767493 or 12315693. OLE color: 12315693.
HSL color Cylindrical-coordinate representation of color #2DECBB: hue angle of 164.61º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DECBB is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 187 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.07 |
| HSL | 164.61º | 0.83% | 0.55% | - |
| HSV(B) | 164.61º | 0.81% | 0.93% | - |
| XYZ | 40.05 | 64.14 | 57.28 | - |
| YUV | 173.31 | 135.72 | 36.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 187 | 0.81 | 0 | 0.21 | 0.07 | 164.61 | 0.83 | 0.55 |
| Hex | 2D | EC | BB | 51 | 0 | 15 | 7 | A5 | 53 | 37 |
| Octal | 55 | 354 | 273 | 121 | 0 | 25 | 7 | 245 | 123 | 67 |
| Binary | 101101 | 11101100 | 10111011 | 1010001 | 0 | 10101 | 111 | 10100101 | 1010011 | 110111 |
Color Harmonies of #2DECBB
Complementary color
Monochromatic Colors of #2DECBB
Black with #2DECBB
Text Example
Text Example
White with #2DECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECBB; }
p { color: rgb(45,236,187); }
H1.HeaderClassName
{
color: #2DECBB;
}
.AnyTagClassName
{
color: #2DECBB;
}
</style>
background-color css
<style>
a { background-color: #2DECBB; }
a { background-color: rgb(45,236,187); }
div.DivClassName
{
background-color: #2DECBB;
}
.BgClassName
{
background-color: #2DECBB;
}
</style>
border-color css
<style>
span { border-color: #2DECBB; }
span { border-color: rgb(45,236,187); }
td.TdClassName
{
border-color: #2DECBB;
}
.TagClassName
{
border-color: #2DECBB;
}
</style>