Shades of Turquoise #2DF9BD
Tints of Turquoise #2DF9BD
RGB
CMYK
RGB Variations
Color information
#2DF9BD (or 0x2DF9BD) is known color: Turquoise. HEX triplet: 2D, F9 and BD. RGB value is (45,249,189). Sum of RGB (Red+Green+Blue) = 45+249+189=483 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.32% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF9BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF9BD is #D20642. Grayscale: #B5B5B5. Windows color (decimal): -13764163 or 12450093. OLE color: 12450093.
HSL color Cylindrical-coordinate representation of color #2DF9BD: hue angle of 162.35º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF9BD is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 189 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.35º | 0.94% | 0.58% | - |
| HSV(B) | 162.35º | 0.82% | 0.98% | - |
| XYZ | 44.14 | 71.98 | 59.71 | - |
| YUV | 181.16 | 132.41 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 189 | 0.82 | 0 | 0.24 | 0.02 | 162.35 | 0.94 | 0.58 |
| Hex | 2D | F9 | BD | 52 | 0 | 18 | 2 | A2 | 5E | 3A |
| Octal | 55 | 371 | 275 | 122 | 0 | 30 | 2 | 242 | 136 | 72 |
| Binary | 101101 | 11111001 | 10111101 | 1010010 | 0 | 11000 | 10 | 10100010 | 1011110 | 111010 |
Color Harmonies of #2DF9BD
Complementary color
Monochromatic Colors of #2DF9BD
Black with #2DF9BD
Text Example
Text Example
White with #2DF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF9BD; }
p { color: rgb(45,249,189); }
H1.HeaderClassName
{
color: #2DF9BD;
}
.AnyTagClassName
{
color: #2DF9BD;
}
</style>
background-color css
<style>
a { background-color: #2DF9BD; }
a { background-color: rgb(45,249,189); }
div.DivClassName
{
background-color: #2DF9BD;
}
.BgClassName
{
background-color: #2DF9BD;
}
</style>
border-color css
<style>
span { border-color: #2DF9BD; }
span { border-color: rgb(45,249,189); }
td.TdClassName
{
border-color: #2DF9BD;
}
.TagClassName
{
border-color: #2DF9BD;
}
</style>