Shades of Turquoise #2BE3D8
Tints of Turquoise #2BE3D8
RGB
CMYK
RGB Variations
Color information
#2BE3D8 (or 0x2BE3D8) is known color: Turquoise. HEX triplet: 2B, E3 and D8. RGB value is (43,227,216). Sum of RGB (Red+Green+Blue) = 43+227+216=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE3D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE3D8 is #D41C27. Grayscale: #AAAAAA. Windows color (decimal): -13900840 or 14213931. OLE color: 14213931.
HSL color Cylindrical-coordinate representation of color #2BE3D8: hue angle of 176.41º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE3D8 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 216 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.11 |
| HSL | 176.41º | 0.77% | 0.53% | - |
| HSV(B) | 176.41º | 0.81% | 0.89% | - |
| XYZ | 40.86 | 60.41 | 74.47 | - |
| YUV | 170.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 216 | 0.81 | 0 | 0.05 | 0.11 | 176.41 | 0.77 | 0.53 |
| Hex | 2B | E3 | D8 | 51 | 0 | 5 | B | B0 | 4D | 35 |
| Octal | 53 | 343 | 330 | 121 | 0 | 5 | 13 | 260 | 115 | 65 |
| Binary | 101011 | 11100011 | 11011000 | 1010001 | 0 | 101 | 1011 | 10110000 | 1001101 | 110101 |
Color Harmonies of #2BE3D8
Complementary color
Monochromatic Colors of #2BE3D8
Black with #2BE3D8
Text Example
Text Example
White with #2BE3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE3D8; }
p { color: rgb(43,227,216); }
H1.HeaderClassName
{
color: #2BE3D8;
}
.AnyTagClassName
{
color: #2BE3D8;
}
</style>
background-color css
<style>
a { background-color: #2BE3D8; }
a { background-color: rgb(43,227,216); }
div.DivClassName
{
background-color: #2BE3D8;
}
.BgClassName
{
background-color: #2BE3D8;
}
</style>
border-color css
<style>
span { border-color: #2BE3D8; }
span { border-color: rgb(43,227,216); }
td.TdClassName
{
border-color: #2BE3D8;
}
.TagClassName
{
border-color: #2BE3D8;
}
</style>