Shades of Turquoise #2DDEBE
Tints of Turquoise #2DDEBE
RGB
CMYK
RGB Variations
Color information
#2DDEBE (or 0x2DDEBE) is known color: Turquoise. HEX triplet: 2D, DE and BE. RGB value is (45,222,190). Sum of RGB (Red+Green+Blue) = 45+222+190=457 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.85% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDEBE is #D22141. Grayscale: #A5A5A5. Windows color (decimal): -13771074 or 12508717. OLE color: 12508717.
HSL color Cylindrical-coordinate representation of color #2DDEBE: hue angle of 169.15º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDEBE is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 190 | - |
| CMYK | 0.80 | 0 | 0.14 | 0.13 |
| HSL | 169.15º | 0.73% | 0.52% | - |
| HSV(B) | 169.15º | 0.8% | 0.87% | - |
| XYZ | 36.5 | 56.52 | 57.7 | - |
| YUV | 165.43 | 141.86 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 190 | 0.80 | 0 | 0.14 | 0.13 | 169.15 | 0.73 | 0.52 |
| Hex | 2D | DE | BE | 50 | 0 | E | D | A9 | 49 | 34 |
| Octal | 55 | 336 | 276 | 120 | 0 | 16 | 15 | 251 | 111 | 64 |
| Binary | 101101 | 11011110 | 10111110 | 1010000 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110100 |
Color Harmonies of #2DDEBE
Complementary color
Monochromatic Colors of #2DDEBE
Black with #2DDEBE
Text Example
Text Example
White with #2DDEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDEBE; }
p { color: rgb(45,222,190); }
H1.HeaderClassName
{
color: #2DDEBE;
}
.AnyTagClassName
{
color: #2DDEBE;
}
</style>
background-color css
<style>
a { background-color: #2DDEBE; }
a { background-color: rgb(45,222,190); }
div.DivClassName
{
background-color: #2DDEBE;
}
.BgClassName
{
background-color: #2DDEBE;
}
</style>
border-color css
<style>
span { border-color: #2DDEBE; }
span { border-color: rgb(45,222,190); }
td.TdClassName
{
border-color: #2DDEBE;
}
.TagClassName
{
border-color: #2DDEBE;
}
</style>