Shades of Turquoise #2DEADA
Tints of Turquoise #2DEADA
RGB
CMYK
RGB Variations
Color information
#2DEADA (or 0x2DEADA) is known color: Turquoise. HEX triplet: 2D, EA and DA. RGB value is (45,234,218). Sum of RGB (Red+Green+Blue) = 45+234+218=497 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.05% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEADA is #D21525. Grayscale: #AFAFAF. Windows color (decimal): -13767974 or 14346797. OLE color: 14346797.
HSL color Cylindrical-coordinate representation of color #2DEADA: hue angle of 174.92º 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 #2DEADA is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 218 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.08 |
| HSL | 174.92º | 0.82% | 0.55% | - |
| HSV(B) | 174.92º | 0.81% | 0.92% | - |
| XYZ | 43.16 | 64.47 | 76.5 | - |
| YUV | 175.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 218 | 0.81 | 0 | 0.07 | 0.08 | 174.92 | 0.82 | 0.55 |
| Hex | 2D | EA | DA | 51 | 0 | 7 | 8 | AF | 52 | 37 |
| Octal | 55 | 352 | 332 | 121 | 0 | 7 | 10 | 257 | 122 | 67 |
| Binary | 101101 | 11101010 | 11011010 | 1010001 | 0 | 111 | 1000 | 10101111 | 1010010 | 110111 |
Color Harmonies of #2DEADA
Complementary color
Monochromatic Colors of #2DEADA
Black with #2DEADA
Text Example
Text Example
White with #2DEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEADA; }
p { color: rgb(45,234,218); }
H1.HeaderClassName
{
color: #2DEADA;
}
.AnyTagClassName
{
color: #2DEADA;
}
</style>
background-color css
<style>
a { background-color: #2DEADA; }
a { background-color: rgb(45,234,218); }
div.DivClassName
{
background-color: #2DEADA;
}
.BgClassName
{
background-color: #2DEADA;
}
</style>
border-color css
<style>
span { border-color: #2DEADA; }
span { border-color: rgb(45,234,218); }
td.TdClassName
{
border-color: #2DEADA;
}
.TagClassName
{
border-color: #2DEADA;
}
</style>