Shades of Turquoise #2DEADE
Tints of Turquoise #2DEADE
RGB
CMYK
RGB Variations
Color information
#2DEADE (or 0x2DEADE) is known color: Turquoise. HEX triplet: 2D, EA and DE. RGB value is (45,234,222). Sum of RGB (Red+Green+Blue) = 45+234+222=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEADE is #D21521. Grayscale: #AFAFAF. Windows color (decimal): -13767970 or 14608941. OLE color: 14608941.
HSL color Cylindrical-coordinate representation of color #2DEADE: hue angle of 176.19º 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 #2DEADE is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 222 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.08 |
| HSL | 176.19º | 0.82% | 0.55% | - |
| HSV(B) | 176.19º | 0.81% | 0.92% | - |
| XYZ | 43.69 | 64.68 | 79.29 | - |
| YUV | 176.12 | 153.88 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 222 | 0.81 | 0 | 0.05 | 0.08 | 176.19 | 0.82 | 0.55 |
| Hex | 2D | EA | DE | 51 | 0 | 5 | 8 | B0 | 52 | 37 |
| Octal | 55 | 352 | 336 | 121 | 0 | 5 | 10 | 260 | 122 | 67 |
| Binary | 101101 | 11101010 | 11011110 | 1010001 | 0 | 101 | 1000 | 10110000 | 1010010 | 110111 |
Color Harmonies of #2DEADE
Complementary color
Monochromatic Colors of #2DEADE
Black with #2DEADE
Text Example
Text Example
White with #2DEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEADE; }
p { color: rgb(45,234,222); }
H1.HeaderClassName
{
color: #2DEADE;
}
.AnyTagClassName
{
color: #2DEADE;
}
</style>
background-color css
<style>
a { background-color: #2DEADE; }
a { background-color: rgb(45,234,222); }
div.DivClassName
{
background-color: #2DEADE;
}
.BgClassName
{
background-color: #2DEADE;
}
</style>
border-color css
<style>
span { border-color: #2DEADE; }
span { border-color: rgb(45,234,222); }
td.TdClassName
{
border-color: #2DEADE;
}
.TagClassName
{
border-color: #2DEADE;
}
</style>