Shades of Turquoise #2DF8B9
Tints of Turquoise #2DF8B9
RGB
CMYK
RGB Variations
Color information
#2DF8B9 (or 0x2DF8B9) is known color: Turquoise. HEX triplet: 2D, F8 and B9. RGB value is (45,248,185). Sum of RGB (Red+Green+Blue) = 45+248+185=478 (63% of max value = 765). Red value is 45 (17.97% from 255 or 9.41% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF8B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DF8B9 is #D20746. Grayscale: #B4B4B4. Windows color (decimal): -13764423 or 12187693. OLE color: 12187693.
HSL color Cylindrical-coordinate representation of color #2DF8B9: hue angle of 161.38º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF8B9 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 185 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.03 |
| HSL | 161.38º | 0.94% | 0.57% | - |
| HSV(B) | 161.38º | 0.82% | 0.97% | - |
| XYZ | 43.41 | 71.2 | 57.35 | - |
| YUV | 180.12 | 130.75 | 31.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 185 | 0.82 | 0 | 0.25 | 0.03 | 161.38 | 0.94 | 0.57 |
| Hex | 2D | F8 | B9 | 52 | 0 | 19 | 3 | A1 | 5E | 39 |
| Octal | 55 | 370 | 271 | 122 | 0 | 31 | 3 | 241 | 136 | 71 |
| Binary | 101101 | 11111000 | 10111001 | 1010010 | 0 | 11001 | 11 | 10100001 | 1011110 | 111001 |
Color Harmonies of #2DF8B9
Complementary color
Monochromatic Colors of #2DF8B9
Black with #2DF8B9
Text Example
Text Example
White with #2DF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF8B9; }
p { color: rgb(45,248,185); }
H1.HeaderClassName
{
color: #2DF8B9;
}
.AnyTagClassName
{
color: #2DF8B9;
}
</style>
background-color css
<style>
a { background-color: #2DF8B9; }
a { background-color: rgb(45,248,185); }
div.DivClassName
{
background-color: #2DF8B9;
}
.BgClassName
{
background-color: #2DF8B9;
}
</style>
border-color css
<style>
span { border-color: #2DF8B9; }
span { border-color: rgb(45,248,185); }
td.TdClassName
{
border-color: #2DF8B9;
}
.TagClassName
{
border-color: #2DF8B9;
}
</style>