Shades of Turquoise #2BE1DF
Tints of Turquoise #2BE1DF
RGB
CMYK
RGB Variations
Color information
#2BE1DF (or 0x2BE1DF) is known color: Turquoise. HEX triplet: 2B, E1 and DF. RGB value is (43,225,223). Sum of RGB (Red+Green+Blue) = 43+225+223=491 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.76% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE1DF is #D41E20. Grayscale: #AAAAAA. Windows color (decimal): -13901345 or 14672171. OLE color: 14672171.
HSL color Cylindrical-coordinate representation of color #2BE1DF: hue angle of 179.34º 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 #2BE1DF is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 223 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.12 |
| HSL | 179.34º | 0.75% | 0.53% | - |
| HSV(B) | 179.34º | 0.81% | 0.88% | - |
| XYZ | 41.24 | 59.69 | 79.16 | - |
| YUV | 170.35 | 157.7 | 37.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 223 | 0.81 | 0 | 0.01 | 0.12 | 179.34 | 0.75 | 0.53 |
| Hex | 2B | E1 | DF | 51 | 0 | 1 | C | B3 | 4B | 35 |
| Octal | 53 | 341 | 337 | 121 | 0 | 1 | 14 | 263 | 113 | 65 |
| Binary | 101011 | 11100001 | 11011111 | 1010001 | 0 | 1 | 1100 | 10110011 | 1001011 | 110101 |
Color Harmonies of #2BE1DF
Complementary color
Monochromatic Colors of #2BE1DF
Black with #2BE1DF
Text Example
Text Example
White with #2BE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE1DF; }
p { color: rgb(43,225,223); }
H1.HeaderClassName
{
color: #2BE1DF;
}
.AnyTagClassName
{
color: #2BE1DF;
}
</style>
background-color css
<style>
a { background-color: #2BE1DF; }
a { background-color: rgb(43,225,223); }
div.DivClassName
{
background-color: #2BE1DF;
}
.BgClassName
{
background-color: #2BE1DF;
}
</style>
border-color css
<style>
span { border-color: #2BE1DF; }
span { border-color: rgb(43,225,223); }
td.TdClassName
{
border-color: #2BE1DF;
}
.TagClassName
{
border-color: #2BE1DF;
}
</style>