Shades of Turquoise #2DEDDD
Tints of Turquoise #2DEDDD
RGB
CMYK
RGB Variations
Color information
#2DEDDD (or 0x2DEDDD) is known color: Turquoise. HEX triplet: 2D, ED and DD. RGB value is (45,237,221). Sum of RGB (Red+Green+Blue) = 45+237+221=503 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.95% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDDD is #D21222. Grayscale: #B1B1B1. Windows color (decimal): -13767203 or 14544173. OLE color: 14544173.
HSL color Cylindrical-coordinate representation of color #2DEDDD: hue angle of 175º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEDDD is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 221 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.07 |
| HSL | 175º | 0.84% | 0.55% | - |
| HSV(B) | 175º | 0.81% | 0.93% | - |
| XYZ | 44.42 | 66.35 | 78.87 | - |
| YUV | 177.77 | 152.39 | 33.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 221 | 0.81 | 0 | 0.07 | 0.07 | 175 | 0.84 | 0.55 |
| Hex | 2D | ED | DD | 51 | 0 | 7 | 7 | AF | 54 | 37 |
| Octal | 55 | 355 | 335 | 121 | 0 | 7 | 7 | 257 | 124 | 67 |
| Binary | 101101 | 11101101 | 11011101 | 1010001 | 0 | 111 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2DEDDD
Complementary color
Monochromatic Colors of #2DEDDD
Black with #2DEDDD
Text Example
Text Example
White with #2DEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDDD; }
p { color: rgb(45,237,221); }
H1.HeaderClassName
{
color: #2DEDDD;
}
.AnyTagClassName
{
color: #2DEDDD;
}
</style>
background-color css
<style>
a { background-color: #2DEDDD; }
a { background-color: rgb(45,237,221); }
div.DivClassName
{
background-color: #2DEDDD;
}
.BgClassName
{
background-color: #2DEDDD;
}
</style>
border-color css
<style>
span { border-color: #2DEDDD; }
span { border-color: rgb(45,237,221); }
td.TdClassName
{
border-color: #2DEDDD;
}
.TagClassName
{
border-color: #2DEDDD;
}
</style>