Shades of Turquoise #2DEADD
Tints of Turquoise #2DEADD
RGB
CMYK
RGB Variations
Color information
#2DEADD (or 0x2DEADD) is known color: Turquoise. HEX triplet: 2D, EA and DD. RGB value is (45,234,221). Sum of RGB (Red+Green+Blue) = 45+234+221=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEADD is #D21522. Grayscale: #AFAFAF. Windows color (decimal): -13767971 or 14543405. OLE color: 14543405.
HSL color Cylindrical-coordinate representation of color #2DEADD: hue angle of 175.87º 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 #2DEADD is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 221 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.08 |
| HSL | 175.87º | 0.82% | 0.55% | - |
| HSV(B) | 175.87º | 0.81% | 0.92% | - |
| XYZ | 43.56 | 64.62 | 78.58 | - |
| YUV | 176.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 221 | 0.81 | 0 | 0.06 | 0.08 | 175.87 | 0.82 | 0.55 |
| Hex | 2D | EA | DD | 51 | 0 | 6 | 8 | B0 | 52 | 37 |
| Octal | 55 | 352 | 335 | 121 | 0 | 6 | 10 | 260 | 122 | 67 |
| Binary | 101101 | 11101010 | 11011101 | 1010001 | 0 | 110 | 1000 | 10110000 | 1010010 | 110111 |
Color Harmonies of #2DEADD
Complementary color
Monochromatic Colors of #2DEADD
Black with #2DEADD
Text Example
Text Example
White with #2DEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEADD; }
p { color: rgb(45,234,221); }
H1.HeaderClassName
{
color: #2DEADD;
}
.AnyTagClassName
{
color: #2DEADD;
}
</style>
background-color css
<style>
a { background-color: #2DEADD; }
a { background-color: rgb(45,234,221); }
div.DivClassName
{
background-color: #2DEADD;
}
.BgClassName
{
background-color: #2DEADD;
}
</style>
border-color css
<style>
span { border-color: #2DEADD; }
span { border-color: rgb(45,234,221); }
td.TdClassName
{
border-color: #2DEADD;
}
.TagClassName
{
border-color: #2DEADD;
}
</style>