Shades of Turquoise #2DE8C3
Tints of Turquoise #2DE8C3
RGB
CMYK
RGB Variations
Color information
#2DE8C3 (or 0x2DE8C3) is known color: Turquoise. HEX triplet: 2D, E8 and C3. RGB value is (45,232,195). Sum of RGB (Red+Green+Blue) = 45+232+195=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 232 (91.02% from 255 or 49.15% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE8C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DE8C3 is #D2173C. Grayscale: #ABABAB. Windows color (decimal): -13768509 or 12838957. OLE color: 12838957.
HSL color Cylindrical-coordinate representation of color #2DE8C3: hue angle of 168.13º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE8C3 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 195 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.09 |
| HSL | 168.13º | 0.8% | 0.54% | - |
| HSV(B) | 168.13º | 0.81% | 0.91% | - |
| XYZ | 39.79 | 62.21 | 61.54 | - |
| YUV | 171.87 | 141.05 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 195 | 0.81 | 0 | 0.16 | 0.09 | 168.13 | 0.8 | 0.54 |
| Hex | 2D | E8 | C3 | 51 | 0 | 10 | 9 | A8 | 50 | 36 |
| Octal | 55 | 350 | 303 | 121 | 0 | 20 | 11 | 250 | 120 | 66 |
| Binary | 101101 | 11101000 | 11000011 | 1010001 | 0 | 10000 | 1001 | 10101000 | 1010000 | 110110 |
Color Harmonies of #2DE8C3
Complementary color
Monochromatic Colors of #2DE8C3
Black with #2DE8C3
Text Example
Text Example
White with #2DE8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE8C3; }
p { color: rgb(45,232,195); }
H1.HeaderClassName
{
color: #2DE8C3;
}
.AnyTagClassName
{
color: #2DE8C3;
}
</style>
background-color css
<style>
a { background-color: #2DE8C3; }
a { background-color: rgb(45,232,195); }
div.DivClassName
{
background-color: #2DE8C3;
}
.BgClassName
{
background-color: #2DE8C3;
}
</style>
border-color css
<style>
span { border-color: #2DE8C3; }
span { border-color: rgb(45,232,195); }
td.TdClassName
{
border-color: #2DE8C3;
}
.TagClassName
{
border-color: #2DE8C3;
}
</style>