Shades of Turquoise #2DF5BD
Tints of Turquoise #2DF5BD
RGB
CMYK
RGB Variations
Color information
#2DF5BD (or 0x2DF5BD) is known color: Turquoise. HEX triplet: 2D, F5 and BD. RGB value is (45,245,189). Sum of RGB (Red+Green+Blue) = 45+245+189=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF5BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF5BD is #D20A42. Grayscale: #B2B2B2. Windows color (decimal): -13765187 or 12449069. OLE color: 12449069.
HSL color Cylindrical-coordinate representation of color #2DF5BD: hue angle of 163.2º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF5BD is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 189 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.04 |
| HSL | 163.2º | 0.91% | 0.57% | - |
| HSV(B) | 163.2º | 0.82% | 0.96% | - |
| XYZ | 42.92 | 69.54 | 59.3 | - |
| YUV | 178.82 | 133.74 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 189 | 0.82 | 0 | 0.23 | 0.04 | 163.2 | 0.91 | 0.57 |
| Hex | 2D | F5 | BD | 52 | 0 | 17 | 4 | A3 | 5B | 39 |
| Octal | 55 | 365 | 275 | 122 | 0 | 27 | 4 | 243 | 133 | 71 |
| Binary | 101101 | 11110101 | 10111101 | 1010010 | 0 | 10111 | 100 | 10100011 | 1011011 | 111001 |
Color Harmonies of #2DF5BD
Complementary color
Monochromatic Colors of #2DF5BD
Black with #2DF5BD
Text Example
Text Example
White with #2DF5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF5BD; }
p { color: rgb(45,245,189); }
H1.HeaderClassName
{
color: #2DF5BD;
}
.AnyTagClassName
{
color: #2DF5BD;
}
</style>
background-color css
<style>
a { background-color: #2DF5BD; }
a { background-color: rgb(45,245,189); }
div.DivClassName
{
background-color: #2DF5BD;
}
.BgClassName
{
background-color: #2DF5BD;
}
</style>
border-color css
<style>
span { border-color: #2DF5BD; }
span { border-color: rgb(45,245,189); }
td.TdClassName
{
border-color: #2DF5BD;
}
.TagClassName
{
border-color: #2DF5BD;
}
</style>