Shades of Turquoise #2DFAB4
Tints of Turquoise #2DFAB4
RGB
CMYK
RGB Variations
Color information
#2DFAB4 (or 0x2DFAB4) is known color: Turquoise. HEX triplet: 2D, FA and B4. RGB value is (45,250,180). Sum of RGB (Red+Green+Blue) = 45+250+180=475 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.47% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAB4 is #D2054B. Grayscale: #B4B4B4. Windows color (decimal): -13763916 or 11860525. OLE color: 11860525.
HSL color Cylindrical-coordinate representation of color #2DFAB4: hue angle of 159.51º 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 #2DFAB4 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 180 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.02 |
| HSL | 159.51º | 0.95% | 0.58% | - |
| HSV(B) | 159.51º | 0.82% | 0.98% | - |
| XYZ | 43.51 | 72.22 | 54.83 | - |
| YUV | 180.73 | 127.58 | 31.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 180 | 0.82 | 0 | 0.28 | 0.02 | 159.51 | 0.95 | 0.58 |
| Hex | 2D | FA | B4 | 52 | 0 | 1C | 2 | A0 | 5F | 3A |
| Octal | 55 | 372 | 264 | 122 | 0 | 34 | 2 | 240 | 137 | 72 |
| Binary | 101101 | 11111010 | 10110100 | 1010010 | 0 | 11100 | 10 | 10100000 | 1011111 | 111010 |
Color Harmonies of #2DFAB4
Complementary color
Monochromatic Colors of #2DFAB4
Black with #2DFAB4
Text Example
Text Example
White with #2DFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAB4; }
p { color: rgb(45,250,180); }
H1.HeaderClassName
{
color: #2DFAB4;
}
.AnyTagClassName
{
color: #2DFAB4;
}
</style>
background-color css
<style>
a { background-color: #2DFAB4; }
a { background-color: rgb(45,250,180); }
div.DivClassName
{
background-color: #2DFAB4;
}
.BgClassName
{
background-color: #2DFAB4;
}
</style>
border-color css
<style>
span { border-color: #2DFAB4; }
span { border-color: rgb(45,250,180); }
td.TdClassName
{
border-color: #2DFAB4;
}
.TagClassName
{
border-color: #2DFAB4;
}
</style>