Shades of Turquoise #2BE1DD
Tints of Turquoise #2BE1DD
RGB
CMYK
RGB Variations
Color information
#2BE1DD (or 0x2BE1DD) is known color: Turquoise. HEX triplet: 2B, E1 and DD. RGB value is (43,225,221). Sum of RGB (Red+Green+Blue) = 43+225+221=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1DD is #D41E22. Grayscale: #A9A9A9. Windows color (decimal): -13901347 or 14541099. OLE color: 14541099.
HSL color Cylindrical-coordinate representation of color #2BE1DD: hue angle of 178.68º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE1DD is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 221 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.12 |
| HSL | 178.68º | 0.75% | 0.53% | - |
| HSV(B) | 178.68º | 0.81% | 0.88% | - |
| XYZ | 40.97 | 59.58 | 77.75 | - |
| YUV | 170.13 | 156.7 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 221 | 0.81 | 0 | 0.02 | 0.12 | 178.68 | 0.75 | 0.53 |
| Hex | 2B | E1 | DD | 51 | 0 | 2 | C | B3 | 4B | 35 |
| Octal | 53 | 341 | 335 | 121 | 0 | 2 | 14 | 263 | 113 | 65 |
| Binary | 101011 | 11100001 | 11011101 | 1010001 | 0 | 10 | 1100 | 10110011 | 1001011 | 110101 |
Color Harmonies of #2BE1DD
Complementary color
Monochromatic Colors of #2BE1DD
Black with #2BE1DD
Text Example
Text Example
White with #2BE1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1DD; }
p { color: rgb(43,225,221); }
H1.HeaderClassName
{
color: #2BE1DD;
}
.AnyTagClassName
{
color: #2BE1DD;
}
</style>
background-color css
<style>
a { background-color: #2BE1DD; }
a { background-color: rgb(43,225,221); }
div.DivClassName
{
background-color: #2BE1DD;
}
.BgClassName
{
background-color: #2BE1DD;
}
</style>
border-color css
<style>
span { border-color: #2BE1DD; }
span { border-color: rgb(43,225,221); }
td.TdClassName
{
border-color: #2BE1DD;
}
.TagClassName
{
border-color: #2BE1DD;
}
</style>