Shades of Turquoise #2DEBDC
Tints of Turquoise #2DEBDC
RGB
CMYK
RGB Variations
Color information
#2DEBDC (or 0x2DEBDC) is known color: Turquoise. HEX triplet: 2D, EB and DC. RGB value is (45,235,220). Sum of RGB (Red+Green+Blue) = 45+235+220=500 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEBDC is #D21423. Grayscale: #B0B0B0. Windows color (decimal): -13767716 or 14478125. OLE color: 14478125.
HSL color Cylindrical-coordinate representation of color #2DEBDC: hue angle of 175.26º degrees, saturation: 0.83, 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 #2DEBDC is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 220 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.08 |
| HSL | 175.26º | 0.83% | 0.55% | - |
| HSV(B) | 175.26º | 0.81% | 0.92% | - |
| XYZ | 43.71 | 65.14 | 77.98 | - |
| YUV | 176.48 | 152.55 | 34.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 220 | 0.81 | 0 | 0.06 | 0.08 | 175.26 | 0.83 | 0.55 |
| Hex | 2D | EB | DC | 51 | 0 | 6 | 8 | AF | 53 | 37 |
| Octal | 55 | 353 | 334 | 121 | 0 | 6 | 10 | 257 | 123 | 67 |
| Binary | 101101 | 11101011 | 11011100 | 1010001 | 0 | 110 | 1000 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2DEBDC
Complementary color
Monochromatic Colors of #2DEBDC
Black with #2DEBDC
Text Example
Text Example
White with #2DEBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEBDC; }
p { color: rgb(45,235,220); }
H1.HeaderClassName
{
color: #2DEBDC;
}
.AnyTagClassName
{
color: #2DEBDC;
}
</style>
background-color css
<style>
a { background-color: #2DEBDC; }
a { background-color: rgb(45,235,220); }
div.DivClassName
{
background-color: #2DEBDC;
}
.BgClassName
{
background-color: #2DEBDC;
}
</style>
border-color css
<style>
span { border-color: #2DEBDC; }
span { border-color: rgb(45,235,220); }
td.TdClassName
{
border-color: #2DEBDC;
}
.TagClassName
{
border-color: #2DEBDC;
}
</style>