Shades of Turquoise #2DEFBC
Tints of Turquoise #2DEFBC
RGB
CMYK
RGB Variations
Color information
#2DEFBC (or 0x2DEFBC) is known color: Turquoise. HEX triplet: 2D, EF and BC. RGB value is (45,239,188). Sum of RGB (Red+Green+Blue) = 45+239+188=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFBC is #D21043. Grayscale: #AFAFAF. Windows color (decimal): -13766724 or 12381997. OLE color: 12381997.
HSL color Cylindrical-coordinate representation of color #2DEFBC: hue angle of 164.23º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFBC is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 188 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.06 |
| HSL | 164.23º | 0.86% | 0.56% | - |
| HSV(B) | 164.23º | 0.81% | 0.94% | - |
| XYZ | 41.03 | 65.92 | 58.14 | - |
| YUV | 175.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 188 | 0.81 | 0 | 0.21 | 0.06 | 164.23 | 0.86 | 0.56 |
| Hex | 2D | EF | BC | 51 | 0 | 15 | 6 | A4 | 56 | 38 |
| Octal | 55 | 357 | 274 | 121 | 0 | 25 | 6 | 244 | 126 | 70 |
| Binary | 101101 | 11101111 | 10111100 | 1010001 | 0 | 10101 | 110 | 10100100 | 1010110 | 111000 |
Color Harmonies of #2DEFBC
Complementary color
Monochromatic Colors of #2DEFBC
Black with #2DEFBC
Text Example
Text Example
White with #2DEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFBC; }
p { color: rgb(45,239,188); }
H1.HeaderClassName
{
color: #2DEFBC;
}
.AnyTagClassName
{
color: #2DEFBC;
}
</style>
background-color css
<style>
a { background-color: #2DEFBC; }
a { background-color: rgb(45,239,188); }
div.DivClassName
{
background-color: #2DEFBC;
}
.BgClassName
{
background-color: #2DEFBC;
}
</style>
border-color css
<style>
span { border-color: #2DEFBC; }
span { border-color: rgb(45,239,188); }
td.TdClassName
{
border-color: #2DEFBC;
}
.TagClassName
{
border-color: #2DEFBC;
}
</style>