Shades of Turquoise #2DFAC1
Tints of Turquoise #2DFAC1
RGB
CMYK
RGB Variations
Color information
#2DFAC1 (or 0x2DFAC1) is known color: Turquoise. HEX triplet: 2D, FA and C1. RGB value is (45,250,193). Sum of RGB (Red+Green+Blue) = 45+250+193=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAC1 is #D2053E. Grayscale: #B6B6B6. Windows color (decimal): -13763903 or 12712493. OLE color: 12712493.
HSL color Cylindrical-coordinate representation of color #2DFAC1: hue angle of 163.32º 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 #2DFAC1 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 193 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.02 |
| HSL | 163.32º | 0.95% | 0.58% | - |
| HSV(B) | 163.32º | 0.82% | 0.98% | - |
| XYZ | 44.89 | 72.78 | 62.13 | - |
| YUV | 182.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 193 | 0.82 | 0 | 0.23 | 0.02 | 163.32 | 0.95 | 0.58 |
| Hex | 2D | FA | C1 | 52 | 0 | 17 | 2 | A3 | 5F | 3A |
| Octal | 55 | 372 | 301 | 122 | 0 | 27 | 2 | 243 | 137 | 72 |
| Binary | 101101 | 11111010 | 11000001 | 1010010 | 0 | 10111 | 10 | 10100011 | 1011111 | 111010 |
Color Harmonies of #2DFAC1
Complementary color
Monochromatic Colors of #2DFAC1
Black with #2DFAC1
Text Example
Text Example
White with #2DFAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAC1; }
p { color: rgb(45,250,193); }
H1.HeaderClassName
{
color: #2DFAC1;
}
.AnyTagClassName
{
color: #2DFAC1;
}
</style>
background-color css
<style>
a { background-color: #2DFAC1; }
a { background-color: rgb(45,250,193); }
div.DivClassName
{
background-color: #2DFAC1;
}
.BgClassName
{
background-color: #2DFAC1;
}
</style>
border-color css
<style>
span { border-color: #2DFAC1; }
span { border-color: rgb(45,250,193); }
td.TdClassName
{
border-color: #2DFAC1;
}
.TagClassName
{
border-color: #2DFAC1;
}
</style>