Shades of Turquoise #2DFABD
Tints of Turquoise #2DFABD
RGB
CMYK
RGB Variations
Color information
#2DFABD (or 0x2DFABD) is known color: Turquoise. HEX triplet: 2D, FA and BD. RGB value is (45,250,189). Sum of RGB (Red+Green+Blue) = 45+250+189=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 250 (98.05% from 255 or 51.65% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFABD is #D20542. Grayscale: #B5B5B5. Windows color (decimal): -13763907 or 12450349. OLE color: 12450349.
HSL color Cylindrical-coordinate representation of color #2DFABD: hue angle of 162.15º 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 #2DFABD is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 189 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.15º | 0.95% | 0.58% | - |
| HSV(B) | 162.15º | 0.82% | 0.98% | - |
| XYZ | 44.45 | 72.6 | 59.82 | - |
| YUV | 181.75 | 132.08 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 189 | 0.82 | 0 | 0.24 | 0.02 | 162.15 | 0.95 | 0.58 |
| Hex | 2D | FA | BD | 52 | 0 | 18 | 2 | A2 | 5F | 3A |
| Octal | 55 | 372 | 275 | 122 | 0 | 30 | 2 | 242 | 137 | 72 |
| Binary | 101101 | 11111010 | 10111101 | 1010010 | 0 | 11000 | 10 | 10100010 | 1011111 | 111010 |
Color Harmonies of #2DFABD
Complementary color
Monochromatic Colors of #2DFABD
Black with #2DFABD
Text Example
Text Example
White with #2DFABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFABD; }
p { color: rgb(45,250,189); }
H1.HeaderClassName
{
color: #2DFABD;
}
.AnyTagClassName
{
color: #2DFABD;
}
</style>
background-color css
<style>
a { background-color: #2DFABD; }
a { background-color: rgb(45,250,189); }
div.DivClassName
{
background-color: #2DFABD;
}
.BgClassName
{
background-color: #2DFABD;
}
</style>
border-color css
<style>
span { border-color: #2DFABD; }
span { border-color: rgb(45,250,189); }
td.TdClassName
{
border-color: #2DFABD;
}
.TagClassName
{
border-color: #2DFABD;
}
</style>