Shades of Turquoise #2DEAC9
Tints of Turquoise #2DEAC9
RGB
CMYK
RGB Variations
Color information
#2DEAC9 (or 0x2DEAC9) is known color: Turquoise. HEX triplet: 2D, EA and C9. RGB value is (45,234,201). Sum of RGB (Red+Green+Blue) = 45+234+201=480 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.38% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 201 (78.91% from 255 or 41.88% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAC9 is #D21536. Grayscale: #ADADAD. Windows color (decimal): -13767991 or 13232685. OLE color: 13232685.
HSL color Cylindrical-coordinate representation of color #2DEAC9: hue angle of 169.52º 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 #2DEAC9 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 201 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.08 |
| HSL | 169.52º | 0.82% | 0.55% | - |
| HSV(B) | 169.52º | 0.81% | 0.92% | - |
| XYZ | 41.05 | 63.62 | 65.37 | - |
| YUV | 173.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 201 | 0.81 | 0 | 0.14 | 0.08 | 169.52 | 0.82 | 0.55 |
| Hex | 2D | EA | C9 | 51 | 0 | E | 8 | AA | 52 | 37 |
| Octal | 55 | 352 | 311 | 121 | 0 | 16 | 10 | 252 | 122 | 67 |
| Binary | 101101 | 11101010 | 11001001 | 1010001 | 0 | 1110 | 1000 | 10101010 | 1010010 | 110111 |
Color Harmonies of #2DEAC9
Complementary color
Monochromatic Colors of #2DEAC9
Black with #2DEAC9
Text Example
Text Example
White with #2DEAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAC9; }
p { color: rgb(45,234,201); }
H1.HeaderClassName
{
color: #2DEAC9;
}
.AnyTagClassName
{
color: #2DEAC9;
}
</style>
background-color css
<style>
a { background-color: #2DEAC9; }
a { background-color: rgb(45,234,201); }
div.DivClassName
{
background-color: #2DEAC9;
}
.BgClassName
{
background-color: #2DEAC9;
}
</style>
border-color css
<style>
span { border-color: #2DEAC9; }
span { border-color: rgb(45,234,201); }
td.TdClassName
{
border-color: #2DEAC9;
}
.TagClassName
{
border-color: #2DEAC9;
}
</style>