Shades of Turquoise #2DEDBD
Tints of Turquoise #2DEDBD
RGB
CMYK
RGB Variations
Color information
#2DEDBD (or 0x2DEDBD) is known color: Turquoise. HEX triplet: 2D, ED and BD. RGB value is (45,237,189). Sum of RGB (Red+Green+Blue) = 45+237+189=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 237 (92.97% from 255 or 50.32% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDBD is #D21242. Grayscale: #AEAEAE. Windows color (decimal): -13767235 or 12447021. OLE color: 12447021.
HSL color Cylindrical-coordinate representation of color #2DEDBD: hue angle of 165º 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 #2DEDBD is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 189 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 165º | 0.84% | 0.55% | - |
| HSV(B) | 165º | 0.81% | 0.93% | - |
| XYZ | 40.55 | 64.8 | 58.51 | - |
| YUV | 174.12 | 136.39 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 189 | 0.81 | 0 | 0.20 | 0.07 | 165 | 0.84 | 0.55 |
| Hex | 2D | ED | BD | 51 | 0 | 14 | 7 | A5 | 54 | 37 |
| Octal | 55 | 355 | 275 | 121 | 0 | 24 | 7 | 245 | 124 | 67 |
| Binary | 101101 | 11101101 | 10111101 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010100 | 110111 |
Color Harmonies of #2DEDBD
Complementary color
Monochromatic Colors of #2DEDBD
Black with #2DEDBD
Text Example
Text Example
White with #2DEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDBD; }
p { color: rgb(45,237,189); }
H1.HeaderClassName
{
color: #2DEDBD;
}
.AnyTagClassName
{
color: #2DEDBD;
}
</style>
background-color css
<style>
a { background-color: #2DEDBD; }
a { background-color: rgb(45,237,189); }
div.DivClassName
{
background-color: #2DEDBD;
}
.BgClassName
{
background-color: #2DEDBD;
}
</style>
border-color css
<style>
span { border-color: #2DEDBD; }
span { border-color: rgb(45,237,189); }
td.TdClassName
{
border-color: #2DEDBD;
}
.TagClassName
{
border-color: #2DEDBD;
}
</style>