Shades of Turquoise #2DDECB
Tints of Turquoise #2DDECB
RGB
CMYK
RGB Variations
Color information
#2DDECB (or 0x2DDECB) is known color: Turquoise. HEX triplet: 2D, DE and CB. RGB value is (45,222,203). Sum of RGB (Red+Green+Blue) = 45+222+203=470 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.57% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DDECB is #D22134. Grayscale: #A6A6A6. Windows color (decimal): -13771061 or 13360685. OLE color: 13360685.
HSL color Cylindrical-coordinate representation of color #2DDECB: hue angle of 173.56º 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 #2DDECB is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 203 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.13 |
| HSL | 173.56º | 0.73% | 0.52% | - |
| HSV(B) | 173.56º | 0.8% | 0.87% | - |
| XYZ | 37.98 | 57.11 | 65.52 | - |
| YUV | 166.91 | 148.36 | 41.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 203 | 0.80 | 0 | 0.09 | 0.13 | 173.56 | 0.73 | 0.52 |
| Hex | 2D | DE | CB | 50 | 0 | 9 | D | AE | 49 | 34 |
| Octal | 55 | 336 | 313 | 120 | 0 | 11 | 15 | 256 | 111 | 64 |
| Binary | 101101 | 11011110 | 11001011 | 1010000 | 0 | 1001 | 1101 | 10101110 | 1001001 | 110100 |
Color Harmonies of #2DDECB
Complementary color
Monochromatic Colors of #2DDECB
Black with #2DDECB
Text Example
Text Example
White with #2DDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDECB; }
p { color: rgb(45,222,203); }
H1.HeaderClassName
{
color: #2DDECB;
}
.AnyTagClassName
{
color: #2DDECB;
}
</style>
background-color css
<style>
a { background-color: #2DDECB; }
a { background-color: rgb(45,222,203); }
div.DivClassName
{
background-color: #2DDECB;
}
.BgClassName
{
background-color: #2DDECB;
}
</style>
border-color css
<style>
span { border-color: #2DDECB; }
span { border-color: rgb(45,222,203); }
td.TdClassName
{
border-color: #2DDECB;
}
.TagClassName
{
border-color: #2DDECB;
}
</style>