Shades of Turquoise #2DEAB9
Tints of Turquoise #2DEAB9
RGB
CMYK
RGB Variations
Color information
#2DEAB9 (or 0x2DEAB9) is known color: Turquoise. HEX triplet: 2D, EA and B9. RGB value is (45,234,185). Sum of RGB (Red+Green+Blue) = 45+234+185=464 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.70% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAB9 is #D21546. Grayscale: #ABABAB. Windows color (decimal): -13768007 or 12184109. OLE color: 12184109.
HSL color Cylindrical-coordinate representation of color #2DEAB9: hue angle of 164.44º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEAB9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 185 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.08 |
| HSL | 164.44º | 0.82% | 0.55% | - |
| HSV(B) | 164.44º | 0.81% | 0.92% | - |
| XYZ | 39.26 | 62.91 | 55.97 | - |
| YUV | 171.9 | 135.38 | 37.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 185 | 0.81 | 0 | 0.21 | 0.08 | 164.44 | 0.82 | 0.55 |
| Hex | 2D | EA | B9 | 51 | 0 | 15 | 8 | A4 | 52 | 37 |
| Octal | 55 | 352 | 271 | 121 | 0 | 25 | 10 | 244 | 122 | 67 |
| Binary | 101101 | 11101010 | 10111001 | 1010001 | 0 | 10101 | 1000 | 10100100 | 1010010 | 110111 |
Color Harmonies of #2DEAB9
Complementary color
Monochromatic Colors of #2DEAB9
Black with #2DEAB9
Text Example
Text Example
White with #2DEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAB9; }
p { color: rgb(45,234,185); }
H1.HeaderClassName
{
color: #2DEAB9;
}
.AnyTagClassName
{
color: #2DEAB9;
}
</style>
background-color css
<style>
a { background-color: #2DEAB9; }
a { background-color: rgb(45,234,185); }
div.DivClassName
{
background-color: #2DEAB9;
}
.BgClassName
{
background-color: #2DEAB9;
}
</style>
border-color css
<style>
span { border-color: #2DEAB9; }
span { border-color: rgb(45,234,185); }
td.TdClassName
{
border-color: #2DEAB9;
}
.TagClassName
{
border-color: #2DEAB9;
}
</style>