Shades of Turquoise #2DFAB6
Tints of Turquoise #2DFAB6
RGB
CMYK
RGB Variations
Color information
#2DFAB6 (or 0x2DFAB6) is known color: Turquoise. HEX triplet: 2D, FA and B6. RGB value is (45,250,182). Sum of RGB (Red+Green+Blue) = 45+250+182=477 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.43% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAB6 is #D20549. Grayscale: #B5B5B5. Windows color (decimal): -13763914 or 11991597. OLE color: 11991597.
HSL color Cylindrical-coordinate representation of color #2DFAB6: hue angle of 160.1º 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 #2DFAB6 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 182 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.02 |
| HSL | 160.1º | 0.95% | 0.58% | - |
| HSV(B) | 160.1º | 0.82% | 0.98% | - |
| XYZ | 43.71 | 72.31 | 55.91 | - |
| YUV | 180.95 | 128.58 | 31.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 182 | 0.82 | 0 | 0.27 | 0.02 | 160.1 | 0.95 | 0.58 |
| Hex | 2D | FA | B6 | 52 | 0 | 1B | 2 | A0 | 5F | 3A |
| Octal | 55 | 372 | 266 | 122 | 0 | 33 | 2 | 240 | 137 | 72 |
| Binary | 101101 | 11111010 | 10110110 | 1010010 | 0 | 11011 | 10 | 10100000 | 1011111 | 111010 |
Color Harmonies of #2DFAB6
Complementary color
Monochromatic Colors of #2DFAB6
Black with #2DFAB6
Text Example
Text Example
White with #2DFAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAB6; }
p { color: rgb(45,250,182); }
H1.HeaderClassName
{
color: #2DFAB6;
}
.AnyTagClassName
{
color: #2DFAB6;
}
</style>
background-color css
<style>
a { background-color: #2DFAB6; }
a { background-color: rgb(45,250,182); }
div.DivClassName
{
background-color: #2DFAB6;
}
.BgClassName
{
background-color: #2DFAB6;
}
</style>
border-color css
<style>
span { border-color: #2DFAB6; }
span { border-color: rgb(45,250,182); }
td.TdClassName
{
border-color: #2DFAB6;
}
.TagClassName
{
border-color: #2DFAB6;
}
</style>