Shades of Turquoise #2DEAE2
Tints of Turquoise #2DEAE2
RGB
CMYK
RGB Variations
Color information
#2DEAE2 (or 0x2DEAE2) is known color: Turquoise. HEX triplet: 2D, EA and E2. RGB value is (45,234,226). Sum of RGB (Red+Green+Blue) = 45+234+226=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 226 (88.67% from 255 or 44.75% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEAE2 is #D2151D. Grayscale: #B0B0B0. Windows color (decimal): -13767966 or 14871085. OLE color: 14871085.
HSL color Cylindrical-coordinate representation of color #2DEAE2: hue angle of 177.46º 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 #2DEAE2 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 226 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.08 |
| HSL | 177.46º | 0.82% | 0.55% | - |
| HSV(B) | 177.46º | 0.81% | 0.92% | - |
| XYZ | 44.23 | 64.89 | 82.15 | - |
| YUV | 176.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 226 | 0.81 | 0 | 0.03 | 0.08 | 177.46 | 0.82 | 0.55 |
| Hex | 2D | EA | E2 | 51 | 0 | 3 | 8 | B1 | 52 | 37 |
| Octal | 55 | 352 | 342 | 121 | 0 | 3 | 10 | 261 | 122 | 67 |
| Binary | 101101 | 11101010 | 11100010 | 1010001 | 0 | 11 | 1000 | 10110001 | 1010010 | 110111 |
Color Harmonies of #2DEAE2
Complementary color
Monochromatic Colors of #2DEAE2
Black with #2DEAE2
Text Example
Text Example
White with #2DEAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEAE2; }
p { color: rgb(45,234,226); }
H1.HeaderClassName
{
color: #2DEAE2;
}
.AnyTagClassName
{
color: #2DEAE2;
}
</style>
background-color css
<style>
a { background-color: #2DEAE2; }
a { background-color: rgb(45,234,226); }
div.DivClassName
{
background-color: #2DEAE2;
}
.BgClassName
{
background-color: #2DEAE2;
}
</style>
border-color css
<style>
span { border-color: #2DEAE2; }
span { border-color: rgb(45,234,226); }
td.TdClassName
{
border-color: #2DEAE2;
}
.TagClassName
{
border-color: #2DEAE2;
}
</style>