Shades of Turquoise #2BE0EC
Tints of Turquoise #2BE0EC
RGB
CMYK
RGB Variations
Color information
#2BE0EC (or 0x2BE0EC) is known color: Turquoise. HEX triplet: 2B, E0 and EC. RGB value is (43,224,236). Sum of RGB (Red+Green+Blue) = 43+224+236=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BE0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BE0EC is #D41F13. Grayscale: #ABABAB. Windows color (decimal): -13901588 or 15523883. OLE color: 15523883.
HSL color Cylindrical-coordinate representation of color #2BE0EC: hue angle of 183.73º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE0EC is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 224 | 236 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.07 |
| HSL | 183.73º | 0.84% | 0.55% | - |
| HSV(B) | 183.73º | 0.82% | 0.93% | - |
| XYZ | 42.79 | 59.88 | 88.66 | - |
| YUV | 171.25 | 164.53 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 236 | 0.82 | 0.05 | 0 | 0.07 | 183.73 | 0.84 | 0.55 |
| Hex | 2B | E0 | EC | 52 | 5 | 0 | 7 | B8 | 54 | 37 |
| Octal | 53 | 340 | 354 | 122 | 5 | 0 | 7 | 270 | 124 | 67 |
| Binary | 101011 | 11100000 | 11101100 | 1010010 | 101 | 0 | 111 | 10111000 | 1010100 | 110111 |
Color Harmonies of #2BE0EC
Complementary color
Monochromatic Colors of #2BE0EC
Black with #2BE0EC
Text Example
Text Example
White with #2BE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE0EC; }
p { color: rgb(43,224,236); }
H1.HeaderClassName
{
color: #2BE0EC;
}
.AnyTagClassName
{
color: #2BE0EC;
}
</style>
background-color css
<style>
a { background-color: #2BE0EC; }
a { background-color: rgb(43,224,236); }
div.DivClassName
{
background-color: #2BE0EC;
}
.BgClassName
{
background-color: #2BE0EC;
}
</style>
border-color css
<style>
span { border-color: #2BE0EC; }
span { border-color: rgb(43,224,236); }
td.TdClassName
{
border-color: #2BE0EC;
}
.TagClassName
{
border-color: #2BE0EC;
}
</style>