Shades of Turquoise #2DEAC4
Tints of Turquoise #2DEAC4
RGB
CMYK
RGB Variations
Color information
#2DEAC4 (or 0x2DEAC4) is known color: Turquoise. HEX triplet: 2D, EA and C4. RGB value is (45,234,196). Sum of RGB (Red+Green+Blue) = 45+234+196=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 234 (91.80% from 255 or 49.26% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAC4 is #D2153B. Grayscale: #ADADAD. Windows color (decimal): -13767996 or 12905005. OLE color: 12905005.
HSL color Cylindrical-coordinate representation of color #2DEAC4: hue angle of 167.94º 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 #2DEAC4 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 196 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.08 |
| HSL | 167.94º | 0.82% | 0.55% | - |
| HSV(B) | 167.94º | 0.81% | 0.92% | - |
| XYZ | 40.47 | 63.39 | 62.33 | - |
| YUV | 173.16 | 140.88 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 196 | 0.81 | 0 | 0.16 | 0.08 | 167.94 | 0.82 | 0.55 |
| Hex | 2D | EA | C4 | 51 | 0 | 10 | 8 | A8 | 52 | 37 |
| Octal | 55 | 352 | 304 | 121 | 0 | 20 | 10 | 250 | 122 | 67 |
| Binary | 101101 | 11101010 | 11000100 | 1010001 | 0 | 10000 | 1000 | 10101000 | 1010010 | 110111 |
Color Harmonies of #2DEAC4
Complementary color
Monochromatic Colors of #2DEAC4
Black with #2DEAC4
Text Example
Text Example
White with #2DEAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAC4; }
p { color: rgb(45,234,196); }
H1.HeaderClassName
{
color: #2DEAC4;
}
.AnyTagClassName
{
color: #2DEAC4;
}
</style>
background-color css
<style>
a { background-color: #2DEAC4; }
a { background-color: rgb(45,234,196); }
div.DivClassName
{
background-color: #2DEAC4;
}
.BgClassName
{
background-color: #2DEAC4;
}
</style>
border-color css
<style>
span { border-color: #2DEAC4; }
span { border-color: rgb(45,234,196); }
td.TdClassName
{
border-color: #2DEAC4;
}
.TagClassName
{
border-color: #2DEAC4;
}
</style>