Shades of Turquoise #2BE9D8
Tints of Turquoise #2BE9D8
RGB
CMYK
RGB Variations
Color information
#2BE9D8 (or 0x2BE9D8) is known color: Turquoise. HEX triplet: 2B, E9 and D8. RGB value is (43,233,216). Sum of RGB (Red+Green+Blue) = 43+233+216=492 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.74% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE9D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BE9D8 is #D41627. Grayscale: #AEAEAE. Windows color (decimal): -13899304 or 14215467. OLE color: 14215467.
HSL color Cylindrical-coordinate representation of color #2BE9D8: hue angle of 174.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE9D8 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 216 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.09 |
| HSL | 174.63º | 0.81% | 0.54% | - |
| HSV(B) | 174.63º | 0.82% | 0.91% | - |
| XYZ | 42.53 | 63.75 | 75.03 | - |
| YUV | 174.25 | 151.55 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 216 | 0.82 | 0 | 0.07 | 0.09 | 174.63 | 0.81 | 0.54 |
| Hex | 2B | E9 | D8 | 52 | 0 | 7 | 9 | AF | 51 | 36 |
| Octal | 53 | 351 | 330 | 122 | 0 | 7 | 11 | 257 | 121 | 66 |
| Binary | 101011 | 11101001 | 11011000 | 1010010 | 0 | 111 | 1001 | 10101111 | 1010001 | 110110 |
Color Harmonies of #2BE9D8
Complementary color
Monochromatic Colors of #2BE9D8
Black with #2BE9D8
Text Example
Text Example
White with #2BE9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE9D8; }
p { color: rgb(43,233,216); }
H1.HeaderClassName
{
color: #2BE9D8;
}
.AnyTagClassName
{
color: #2BE9D8;
}
</style>
background-color css
<style>
a { background-color: #2BE9D8; }
a { background-color: rgb(43,233,216); }
div.DivClassName
{
background-color: #2BE9D8;
}
.BgClassName
{
background-color: #2BE9D8;
}
</style>
border-color css
<style>
span { border-color: #2BE9D8; }
span { border-color: rgb(43,233,216); }
td.TdClassName
{
border-color: #2BE9D8;
}
.TagClassName
{
border-color: #2BE9D8;
}
</style>