Shades of Turquoise #2BEAEB
Tints of Turquoise #2BEAEB
RGB
CMYK
RGB Variations
Color information
#2BEAEB (or 0x2BEAEB) is known color: Turquoise. HEX triplet: 2B, EA and EB. RGB value is (43,234,235). Sum of RGB (Red+Green+Blue) = 43+234+235=512 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.40% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BEAEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAEB is #D41514. Grayscale: #B0B0B0. Windows color (decimal): -13899029 or 15460907. OLE color: 15460907.
HSL color Cylindrical-coordinate representation of color #2BEAEB: hue angle of 180.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEAEB is Cyan = 0.82, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 235 | - |
| CMYK | 0.82 | 0.00 | 0 | 0.08 |
| HSL | 180.31º | 0.83% | 0.55% | - |
| HSV(B) | 180.31º | 0.82% | 0.92% | - |
| XYZ | 45.41 | 65.36 | 88.82 | - |
| YUV | 177.01 | 160.72 | 32.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 235 | 0.82 | 0.00 | 0 | 0.08 | 180.31 | 0.83 | 0.55 |
| Hex | 2B | EA | EB | 52 | 0 | 0 | 8 | B4 | 53 | 37 |
| Octal | 53 | 352 | 353 | 122 | 0 | 0 | 10 | 264 | 123 | 67 |
| Binary | 101011 | 11101010 | 11101011 | 1010010 | 0 | 0 | 1000 | 10110100 | 1010011 | 110111 |
Color Harmonies of #2BEAEB
Complementary color
Monochromatic Colors of #2BEAEB
Black with #2BEAEB
Text Example
Text Example
White with #2BEAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAEB; }
p { color: rgb(43,234,235); }
H1.HeaderClassName
{
color: #2BEAEB;
}
.AnyTagClassName
{
color: #2BEAEB;
}
</style>
background-color css
<style>
a { background-color: #2BEAEB; }
a { background-color: rgb(43,234,235); }
div.DivClassName
{
background-color: #2BEAEB;
}
.BgClassName
{
background-color: #2BEAEB;
}
</style>
border-color css
<style>
span { border-color: #2BEAEB; }
span { border-color: rgb(43,234,235); }
td.TdClassName
{
border-color: #2BEAEB;
}
.TagClassName
{
border-color: #2BEAEB;
}
</style>