Shades of Turquoise #2BEAEA
Tints of Turquoise #2BEAEA
RGB
CMYK
RGB Variations
Color information
#2BEAEA (or 0x2BEAEA) is known color: Turquoise. HEX triplet: 2B, EA and EA. RGB value is (43,234,234). Sum of RGB (Red+Green+Blue) = 43+234+234=511 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.41% from 511); Green value is 234 (91.80% from 255 or 45.79% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #2BEAEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAEA is #D41515. Grayscale: #B0B0B0. Windows color (decimal): -13899030 or 15395371. OLE color: 15395371.
HSL color Cylindrical-coordinate representation of color #2BEAEA: hue angle of 180º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAEA is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 234 | - |
| CMYK | 0.82 | 0 | 0 | 0.08 |
| HSL | 180º | 0.82% | 0.54% | - |
| HSV(B) | 180º | 0.82% | 0.92% | - |
| XYZ | 45.27 | 65.3 | 88.06 | - |
| YUV | 176.89 | 160.22 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 234 | 0.82 | 0 | 0 | 0.08 | 180 | 0.82 | 0.54 |
| Hex | 2B | EA | EA | 52 | 0 | 0 | 8 | B4 | 52 | 36 |
| Octal | 53 | 352 | 352 | 122 | 0 | 0 | 10 | 264 | 122 | 66 |
| Binary | 101011 | 11101010 | 11101010 | 1010010 | 0 | 0 | 1000 | 10110100 | 1010010 | 110110 |
Color Harmonies of #2BEAEA
Complementary color
Monochromatic Colors of #2BEAEA
Black with #2BEAEA
Text Example
Text Example
White with #2BEAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAEA; }
p { color: rgb(43,234,234); }
H1.HeaderClassName
{
color: #2BEAEA;
}
.AnyTagClassName
{
color: #2BEAEA;
}
</style>
background-color css
<style>
a { background-color: #2BEAEA; }
a { background-color: rgb(43,234,234); }
div.DivClassName
{
background-color: #2BEAEA;
}
.BgClassName
{
background-color: #2BEAEA;
}
</style>
border-color css
<style>
span { border-color: #2BEAEA; }
span { border-color: rgb(43,234,234); }
td.TdClassName
{
border-color: #2BEAEA;
}
.TagClassName
{
border-color: #2BEAEA;
}
</style>