Shades of Turquoise #2DFAB8
Tints of Turquoise #2DFAB8
RGB
CMYK
RGB Variations
Color information
#2DFAB8 (or 0x2DFAB8) is known color: Turquoise. HEX triplet: 2D, FA and B8. RGB value is (45,250,184). Sum of RGB (Red+Green+Blue) = 45+250+184=479 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.39% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFAB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFAB8 is #D20547. Grayscale: #B5B5B5. Windows color (decimal): -13763912 or 12122669. OLE color: 12122669.
HSL color Cylindrical-coordinate representation of color #2DFAB8: hue angle of 160.68º 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 #2DFAB8 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 184 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.02 |
| HSL | 160.68º | 0.95% | 0.58% | - |
| HSV(B) | 160.68º | 0.82% | 0.98% | - |
| XYZ | 43.92 | 72.39 | 57.01 | - |
| YUV | 181.18 | 129.58 | 30.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 184 | 0.82 | 0 | 0.26 | 0.02 | 160.68 | 0.95 | 0.58 |
| Hex | 2D | FA | B8 | 52 | 0 | 1A | 2 | A1 | 5F | 3A |
| Octal | 55 | 372 | 270 | 122 | 0 | 32 | 2 | 241 | 137 | 72 |
| Binary | 101101 | 11111010 | 10111000 | 1010010 | 0 | 11010 | 10 | 10100001 | 1011111 | 111010 |
Color Harmonies of #2DFAB8
Complementary color
Monochromatic Colors of #2DFAB8
Black with #2DFAB8
Text Example
Text Example
White with #2DFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFAB8; }
p { color: rgb(45,250,184); }
H1.HeaderClassName
{
color: #2DFAB8;
}
.AnyTagClassName
{
color: #2DFAB8;
}
</style>
background-color css
<style>
a { background-color: #2DFAB8; }
a { background-color: rgb(45,250,184); }
div.DivClassName
{
background-color: #2DFAB8;
}
.BgClassName
{
background-color: #2DFAB8;
}
</style>
border-color css
<style>
span { border-color: #2DFAB8; }
span { border-color: rgb(45,250,184); }
td.TdClassName
{
border-color: #2DFAB8;
}
.TagClassName
{
border-color: #2DFAB8;
}
</style>