Shades of Turquoise #2DFAC5
Tints of Turquoise #2DFAC5
RGB
CMYK
RGB Variations
Color information
#2DFAC5 (or 0x2DFAC5) is known color: Turquoise. HEX triplet: 2D, FA and C5. RGB value is (45,250,197). Sum of RGB (Red+Green+Blue) = 45+250+197=492 (65% of max value = 765). Red value is 45 (17.97% from 255 or 9.15% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAC5 is #D2053A. Grayscale: #B6B6B6. Windows color (decimal): -13763899 or 12974637. OLE color: 12974637.
HSL color Cylindrical-coordinate representation of color #2DFAC5: hue angle of 164.49º 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 #2DFAC5 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 197 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.02 |
| HSL | 164.49º | 0.95% | 0.58% | - |
| HSV(B) | 164.49º | 0.82% | 0.98% | - |
| XYZ | 45.35 | 72.96 | 64.52 | - |
| YUV | 182.66 | 136.08 | 29.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 197 | 0.82 | 0 | 0.21 | 0.02 | 164.49 | 0.95 | 0.58 |
| Hex | 2D | FA | C5 | 52 | 0 | 15 | 2 | A4 | 5F | 3A |
| Octal | 55 | 372 | 305 | 122 | 0 | 25 | 2 | 244 | 137 | 72 |
| Binary | 101101 | 11111010 | 11000101 | 1010010 | 0 | 10101 | 10 | 10100100 | 1011111 | 111010 |
Color Harmonies of #2DFAC5
Complementary color
Monochromatic Colors of #2DFAC5
Black with #2DFAC5
Text Example
Text Example
White with #2DFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAC5; }
p { color: rgb(45,250,197); }
H1.HeaderClassName
{
color: #2DFAC5;
}
.AnyTagClassName
{
color: #2DFAC5;
}
</style>
background-color css
<style>
a { background-color: #2DFAC5; }
a { background-color: rgb(45,250,197); }
div.DivClassName
{
background-color: #2DFAC5;
}
.BgClassName
{
background-color: #2DFAC5;
}
</style>
border-color css
<style>
span { border-color: #2DFAC5; }
span { border-color: rgb(45,250,197); }
td.TdClassName
{
border-color: #2DFAC5;
}
.TagClassName
{
border-color: #2DFAC5;
}
</style>