Shades of Turquoise #2DEDBF
Tints of Turquoise #2DEDBF
RGB
CMYK
RGB Variations
Color information
#2DEDBF (or 0x2DEDBF) is known color: Turquoise. HEX triplet: 2D, ED and BF. RGB value is (45,237,191). Sum of RGB (Red+Green+Blue) = 45+237+191=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDBF is #D21240. Grayscale: #AEAEAE. Windows color (decimal): -13767233 or 12578093. OLE color: 12578093.
HSL color Cylindrical-coordinate representation of color #2DEDBF: hue angle of 165.62º 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 #2DEDBF is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 191 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.07 |
| HSL | 165.63º | 0.84% | 0.55% | - |
| HSV(B) | 165.63º | 0.81% | 0.93% | - |
| XYZ | 40.77 | 64.89 | 59.67 | - |
| YUV | 174.35 | 137.39 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 191 | 0.81 | 0 | 0.19 | 0.07 | 165.63 | 0.84 | 0.55 |
| Hex | 2D | ED | BF | 51 | 0 | 13 | 7 | A6 | 54 | 37 |
| Octal | 55 | 355 | 277 | 121 | 0 | 23 | 7 | 246 | 124 | 67 |
| Binary | 101101 | 11101101 | 10111111 | 1010001 | 0 | 10011 | 111 | 10100110 | 1010100 | 110111 |
Color Harmonies of #2DEDBF
Complementary color
Monochromatic Colors of #2DEDBF
Black with #2DEDBF
Text Example
Text Example
White with #2DEDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDBF; }
p { color: rgb(45,237,191); }
H1.HeaderClassName
{
color: #2DEDBF;
}
.AnyTagClassName
{
color: #2DEDBF;
}
</style>
background-color css
<style>
a { background-color: #2DEDBF; }
a { background-color: rgb(45,237,191); }
div.DivClassName
{
background-color: #2DEDBF;
}
.BgClassName
{
background-color: #2DEDBF;
}
</style>
border-color css
<style>
span { border-color: #2DEDBF; }
span { border-color: rgb(45,237,191); }
td.TdClassName
{
border-color: #2DEDBF;
}
.TagClassName
{
border-color: #2DEDBF;
}
</style>