Shades of Turquoise #2DFABF
Tints of Turquoise #2DFABF
RGB
CMYK
RGB Variations
Color information
#2DFABF (or 0x2DFABF) is known color: Turquoise. HEX triplet: 2D, FA and BF. RGB value is (45,250,191). Sum of RGB (Red+Green+Blue) = 45+250+191=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFABF is #D20540. Grayscale: #B6B6B6. Windows color (decimal): -13763905 or 12581421. OLE color: 12581421.
HSL color Cylindrical-coordinate representation of color #2DFABF: hue angle of 162.73º degrees, saturation: 0.95, 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 #2DFABF is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 191 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.73º | 0.95% | 0.58% | - |
| HSV(B) | 162.73º | 0.82% | 0.98% | - |
| XYZ | 44.67 | 72.69 | 60.97 | - |
| YUV | 181.98 | 133.08 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 191 | 0.82 | 0 | 0.24 | 0.02 | 162.73 | 0.95 | 0.58 |
| Hex | 2D | FA | BF | 52 | 0 | 18 | 2 | A3 | 5F | 3A |
| Octal | 55 | 372 | 277 | 122 | 0 | 30 | 2 | 243 | 137 | 72 |
| Binary | 101101 | 11111010 | 10111111 | 1010010 | 0 | 11000 | 10 | 10100011 | 1011111 | 111010 |
Color Harmonies of #2DFABF
Complementary color
Monochromatic Colors of #2DFABF
Black with #2DFABF
Text Example
Text Example
White with #2DFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFABF; }
p { color: rgb(45,250,191); }
H1.HeaderClassName
{
color: #2DFABF;
}
.AnyTagClassName
{
color: #2DFABF;
}
</style>
background-color css
<style>
a { background-color: #2DFABF; }
a { background-color: rgb(45,250,191); }
div.DivClassName
{
background-color: #2DFABF;
}
.BgClassName
{
background-color: #2DFABF;
}
</style>
border-color css
<style>
span { border-color: #2DFABF; }
span { border-color: rgb(45,250,191); }
td.TdClassName
{
border-color: #2DFABF;
}
.TagClassName
{
border-color: #2DFABF;
}
</style>