Shades of Turquoise #2DFFBD
Tints of Turquoise #2DFFBD
RGB
CMYK
RGB Variations
Color information
#2DFFBD (or 0x2DFFBD) is known color: Turquoise. HEX triplet: 2D, FF and BD. RGB value is (45,255,189). Sum of RGB (Red+Green+Blue) = 45+255+189=489 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.20% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFFBD is #D20042. Grayscale: #B8B8B8. Windows color (decimal): -13762627 or 12451629. OLE color: 12451629.
HSL color Cylindrical-coordinate representation of color #2DFFBD: hue angle of 161.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFFBD is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 189 | - |
| CMYK | 0.82 | 0 | 0.26 | 0 |
| HSL | 161.14º | 1% | 0.59% | - |
| HSV(B) | 161.14º | 0.82% | 1% | - |
| XYZ | 46.03 | 75.75 | 60.34 | - |
| YUV | 184.69 | 130.43 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 189 | 0.82 | 0 | 0.26 | 0 | 161.14 | 1 | 0.59 |
| Hex | 2D | FF | BD | 52 | 0 | 1A | 0 | A1 | 64 | 3B |
| Octal | 55 | 377 | 275 | 122 | 0 | 32 | 0 | 241 | 144 | 73 |
| Binary | 101101 | 11111111 | 10111101 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100100 | 111011 |
Color Harmonies of #2DFFBD
Complementary color
Monochromatic Colors of #2DFFBD
Black with #2DFFBD
Text Example
Text Example
White with #2DFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFFBD; }
p { color: rgb(45,255,189); }
H1.HeaderClassName
{
color: #2DFFBD;
}
.AnyTagClassName
{
color: #2DFFBD;
}
</style>
background-color css
<style>
a { background-color: #2DFFBD; }
a { background-color: rgb(45,255,189); }
div.DivClassName
{
background-color: #2DFFBD;
}
.BgClassName
{
background-color: #2DFFBD;
}
</style>
border-color css
<style>
span { border-color: #2DFFBD; }
span { border-color: rgb(45,255,189); }
td.TdClassName
{
border-color: #2DFFBD;
}
.TagClassName
{
border-color: #2DFFBD;
}
</style>