Shades of Turquoise #2BEAD6
Tints of Turquoise #2BEAD6
RGB
CMYK
RGB Variations
Color information
#2BEAD6 (or 0x2BEAD6) is known color: Turquoise. HEX triplet: 2B, EA and D6. RGB value is (43,234,214). Sum of RGB (Red+Green+Blue) = 43+234+214=491 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.76% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEAD6 is #D41529. Grayscale: #AEAEAE. Windows color (decimal): -13899050 or 14084651. OLE color: 14084651.
HSL color Cylindrical-coordinate representation of color #2BEAD6: hue angle of 173.72º 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 #2BEAD6 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 214 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.08 |
| HSL | 173.72º | 0.82% | 0.54% | - |
| HSV(B) | 173.72º | 0.82% | 0.92% | - |
| XYZ | 42.56 | 64.21 | 73.77 | - |
| YUV | 174.61 | 150.22 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 214 | 0.82 | 0 | 0.09 | 0.08 | 173.72 | 0.82 | 0.54 |
| Hex | 2B | EA | D6 | 52 | 0 | 9 | 8 | AE | 52 | 36 |
| Octal | 53 | 352 | 326 | 122 | 0 | 11 | 10 | 256 | 122 | 66 |
| Binary | 101011 | 11101010 | 11010110 | 1010010 | 0 | 1001 | 1000 | 10101110 | 1010010 | 110110 |
Color Harmonies of #2BEAD6
Complementary color
Monochromatic Colors of #2BEAD6
Black with #2BEAD6
Text Example
Text Example
White with #2BEAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAD6; }
p { color: rgb(43,234,214); }
H1.HeaderClassName
{
color: #2BEAD6;
}
.AnyTagClassName
{
color: #2BEAD6;
}
</style>
background-color css
<style>
a { background-color: #2BEAD6; }
a { background-color: rgb(43,234,214); }
div.DivClassName
{
background-color: #2BEAD6;
}
.BgClassName
{
background-color: #2BEAD6;
}
</style>
border-color css
<style>
span { border-color: #2BEAD6; }
span { border-color: rgb(43,234,214); }
td.TdClassName
{
border-color: #2BEAD6;
}
.TagClassName
{
border-color: #2BEAD6;
}
</style>