Shades of Turquoise #2DF5B6
Tints of Turquoise #2DF5B6
RGB
CMYK
RGB Variations
Color information
#2DF5B6 (or 0x2DF5B6) is known color: Turquoise. HEX triplet: 2D, F5 and B6. RGB value is (45,245,182). Sum of RGB (Red+Green+Blue) = 45+245+182=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 182 (71.48% from 255 or 38.56% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #2DF5B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF5B6 is #D20A49. Grayscale: #B2B2B2. Windows color (decimal): -13765194 or 11990317. OLE color: 11990317.
HSL color Cylindrical-coordinate representation of color #2DF5B6: hue angle of 161.1º 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 #2DF5B6 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 245 | 182 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.04 |
| HSL | 161.1º | 0.91% | 0.57% | - |
| HSV(B) | 161.1º | 0.82% | 0.96% | - |
| XYZ | 42.18 | 69.24 | 55.4 | - |
| YUV | 178.02 | 130.24 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 245 | 182 | 0.82 | 0 | 0.26 | 0.04 | 161.1 | 0.91 | 0.57 |
| Hex | 2D | F5 | B6 | 52 | 0 | 1A | 4 | A1 | 5B | 39 |
| Octal | 55 | 365 | 266 | 122 | 0 | 32 | 4 | 241 | 133 | 71 |
| Binary | 101101 | 11110101 | 10110110 | 1010010 | 0 | 11010 | 100 | 10100001 | 1011011 | 111001 |
Color Harmonies of #2DF5B6
Complementary color
Monochromatic Colors of #2DF5B6
Black with #2DF5B6
Text Example
Text Example
White with #2DF5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF5B6; }
p { color: rgb(45,245,182); }
H1.HeaderClassName
{
color: #2DF5B6;
}
.AnyTagClassName
{
color: #2DF5B6;
}
</style>
background-color css
<style>
a { background-color: #2DF5B6; }
a { background-color: rgb(45,245,182); }
div.DivClassName
{
background-color: #2DF5B6;
}
.BgClassName
{
background-color: #2DF5B6;
}
</style>
border-color css
<style>
span { border-color: #2DF5B6; }
span { border-color: rgb(45,245,182); }
td.TdClassName
{
border-color: #2DF5B6;
}
.TagClassName
{
border-color: #2DF5B6;
}
</style>