Shades of Turquoise #2DFEBB
Tints of Turquoise #2DFEBB
RGB
CMYK
RGB Variations
Color information
#2DFEBB (or 0x2DFEBB) is known color: Turquoise. HEX triplet: 2D, FE and BB. RGB value is (45,254,187). Sum of RGB (Red+Green+Blue) = 45+254+187=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #2DFEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DFEBB is #D20144. Grayscale: #B7B7B7. Windows color (decimal): -13762885 or 12320301. OLE color: 12320301.
HSL color Cylindrical-coordinate representation of color #2DFEBB: hue angle of 160.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFEBB is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 45 | 254 | 187 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.00 |
| HSL | 160.77º | 0.99% | 0.59% | - |
| HSV(B) | 160.77º | 0.82% | 1% | - |
| XYZ | 45.49 | 75.03 | 59.1 | - |
| YUV | 183.87 | 129.76 | 28.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 254 | 187 | 0.82 | 0 | 0.26 | 0.00 | 160.77 | 0.99 | 0.59 |
| Hex | 2D | FE | BB | 52 | 0 | 1A | 0 | A1 | 63 | 3B |
| Octal | 55 | 376 | 273 | 122 | 0 | 32 | 0 | 241 | 143 | 73 |
| Binary | 101101 | 11111110 | 10111011 | 1010010 | 0 | 11010 | 0 | 10100001 | 1100011 | 111011 |
Color Harmonies of #2DFEBB
Complementary color
Monochromatic Colors of #2DFEBB
Black with #2DFEBB
Text Example
Text Example
White with #2DFEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFEBB; }
p { color: rgb(45,254,187); }
H1.HeaderClassName
{
color: #2DFEBB;
}
.AnyTagClassName
{
color: #2DFEBB;
}
</style>
background-color css
<style>
a { background-color: #2DFEBB; }
a { background-color: rgb(45,254,187); }
div.DivClassName
{
background-color: #2DFEBB;
}
.BgClassName
{
background-color: #2DFEBB;
}
</style>
border-color css
<style>
span { border-color: #2DFEBB; }
span { border-color: rgb(45,254,187); }
td.TdClassName
{
border-color: #2DFEBB;
}
.TagClassName
{
border-color: #2DFEBB;
}
</style>