Shades of Turquoise #2DFAC2
Tints of Turquoise #2DFAC2
RGB
CMYK
RGB Variations
Color information
#2DFAC2 (or 0x2DFAC2) is known color: Turquoise. HEX triplet: 2D, FA and C2. RGB value is (45,250,194). Sum of RGB (Red+Green+Blue) = 45+250+194=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAC2 is #D2053D. Grayscale: #B6B6B6. Windows color (decimal): -13763902 or 12778029. OLE color: 12778029.
HSL color Cylindrical-coordinate representation of color #2DFAC2: hue angle of 163.61º 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 #2DFAC2 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 194 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.02 |
| HSL | 163.61º | 0.95% | 0.58% | - |
| HSV(B) | 163.61º | 0.82% | 0.98% | - |
| XYZ | 45.01 | 72.82 | 62.72 | - |
| YUV | 182.32 | 134.58 | 30.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 194 | 0.82 | 0 | 0.22 | 0.02 | 163.61 | 0.95 | 0.58 |
| Hex | 2D | FA | C2 | 52 | 0 | 16 | 2 | A4 | 5F | 3A |
| Octal | 55 | 372 | 302 | 122 | 0 | 26 | 2 | 244 | 137 | 72 |
| Binary | 101101 | 11111010 | 11000010 | 1010010 | 0 | 10110 | 10 | 10100100 | 1011111 | 111010 |
Color Harmonies of #2DFAC2
Complementary color
Monochromatic Colors of #2DFAC2
Black with #2DFAC2
Text Example
Text Example
White with #2DFAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAC2; }
p { color: rgb(45,250,194); }
H1.HeaderClassName
{
color: #2DFAC2;
}
.AnyTagClassName
{
color: #2DFAC2;
}
</style>
background-color css
<style>
a { background-color: #2DFAC2; }
a { background-color: rgb(45,250,194); }
div.DivClassName
{
background-color: #2DFAC2;
}
.BgClassName
{
background-color: #2DFAC2;
}
</style>
border-color css
<style>
span { border-color: #2DFAC2; }
span { border-color: rgb(45,250,194); }
td.TdClassName
{
border-color: #2DFAC2;
}
.TagClassName
{
border-color: #2DFAC2;
}
</style>