Shades of Turquoise #2DFABB
Tints of Turquoise #2DFABB
RGB
CMYK
RGB Variations
Color information
#2DFABB (or 0x2DFABB) is known color: Turquoise. HEX triplet: 2D, FA and BB. RGB value is (45,250,187). Sum of RGB (Red+Green+Blue) = 45+250+187=482 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.34% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFABB is #D20544. Grayscale: #B5B5B5. Windows color (decimal): -13763909 or 12319277. OLE color: 12319277.
HSL color Cylindrical-coordinate representation of color #2DFABB: hue angle of 161.56º 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 #2DFABB is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 187 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.02 |
| HSL | 161.56º | 0.95% | 0.58% | - |
| HSV(B) | 161.56º | 0.82% | 0.98% | - |
| XYZ | 44.24 | 72.52 | 58.68 | - |
| YUV | 181.52 | 131.08 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 187 | 0.82 | 0 | 0.25 | 0.02 | 161.56 | 0.95 | 0.58 |
| Hex | 2D | FA | BB | 52 | 0 | 19 | 2 | A2 | 5F | 3A |
| Octal | 55 | 372 | 273 | 122 | 0 | 31 | 2 | 242 | 137 | 72 |
| Binary | 101101 | 11111010 | 10111011 | 1010010 | 0 | 11001 | 10 | 10100010 | 1011111 | 111010 |
Color Harmonies of #2DFABB
Complementary color
Monochromatic Colors of #2DFABB
Black with #2DFABB
Text Example
Text Example
White with #2DFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFABB; }
p { color: rgb(45,250,187); }
H1.HeaderClassName
{
color: #2DFABB;
}
.AnyTagClassName
{
color: #2DFABB;
}
</style>
background-color css
<style>
a { background-color: #2DFABB; }
a { background-color: rgb(45,250,187); }
div.DivClassName
{
background-color: #2DFABB;
}
.BgClassName
{
background-color: #2DFABB;
}
</style>
border-color css
<style>
span { border-color: #2DFABB; }
span { border-color: rgb(45,250,187); }
td.TdClassName
{
border-color: #2DFABB;
}
.TagClassName
{
border-color: #2DFABB;
}
</style>