Shades of Turquoise #2DEFBA
Tints of Turquoise #2DEFBA
RGB
CMYK
RGB Variations
Color information
#2DEFBA (or 0x2DEFBA) is known color: Turquoise. HEX triplet: 2D, EF and BA. RGB value is (45,239,186). Sum of RGB (Red+Green+Blue) = 45+239+186=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEFBA is #D21045. Grayscale: #AEAEAE. Windows color (decimal): -13766726 or 12250925. OLE color: 12250925.
HSL color Cylindrical-coordinate representation of color #2DEFBA: hue angle of 163.61º 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 #2DEFBA is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
RGB | 45 | 239 | 186 | - |
CMYK | 0.81 | 0 | 0.22 | 0.06 |
HSL | 163.61º | 0.86% | 0.56% | - |
HSV(B) | 163.61º | 0.81% | 0.94% | - |
XYZ | 40.81 | 65.84 | 57.01 | - |
YUV | 174.95 | 134.23 | 35.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 239 | 186 | 0.81 | 0 | 0.22 | 0.06 | 163.61 | 0.86 | 0.56 |
Hex | 2D | EF | BA | 51 | 0 | 16 | 6 | A4 | 56 | 38 |
Octal | 55 | 357 | 272 | 121 | 0 | 26 | 6 | 244 | 126 | 70 |
Binary | 101101 | 11101111 | 10111010 | 1010001 | 0 | 10110 | 110 | 10100100 | 1010110 | 111000 |
Color Harmonies of #2DEFBA
Complementary color
Monochromatic Colors of #2DEFBA
Black with #2DEFBA
Text Example
Text Example
White with #2DEFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFBA; }
p { color: rgb(45,239,186); }
H1.HeaderClassName
{
color: #2DEFBA;
}
.AnyTagClassName
{
color: #2DEFBA;
}
</style>
background-color css
<style>
a { background-color: #2DEFBA; }
a { background-color: rgb(45,239,186); }
div.DivClassName
{
background-color: #2DEFBA;
}
.BgClassName
{
background-color: #2DEFBA;
}
</style>
border-color css
<style>
span { border-color: #2DEFBA; }
span { border-color: rgb(45,239,186); }
td.TdClassName
{
border-color: #2DEFBA;
}
.TagClassName
{
border-color: #2DEFBA;
}
</style>