Shades of Turquoise #2BEACD
Tints of Turquoise #2BEACD
RGB
CMYK
RGB Variations
Color information
#2BEACD (or 0x2BEACD) is known color: Turquoise. HEX triplet: 2B, EA and CD. RGB value is (43,234,205). Sum of RGB (Red+Green+Blue) = 43+234+205=482 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.92% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEACD is #D41532. Grayscale: #ADADAD. Windows color (decimal): -13899059 or 13494827. OLE color: 13494827.
HSL color Cylindrical-coordinate representation of color #2BEACD: hue angle of 170.89º 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 #2BEACD is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 205 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 170.89º | 0.82% | 0.54% | - |
| HSV(B) | 170.89º | 0.82% | 0.92% | - |
| XYZ | 41.44 | 63.77 | 67.88 | - |
| YUV | 173.59 | 145.72 | 34.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 205 | 0.82 | 0 | 0.12 | 0.08 | 170.89 | 0.82 | 0.54 |
| Hex | 2B | EA | CD | 52 | 0 | C | 8 | AB | 52 | 36 |
| Octal | 53 | 352 | 315 | 122 | 0 | 14 | 10 | 253 | 122 | 66 |
| Binary | 101011 | 11101010 | 11001101 | 1010010 | 0 | 1100 | 1000 | 10101011 | 1010010 | 110110 |
Color Harmonies of #2BEACD
Complementary color
Monochromatic Colors of #2BEACD
Black with #2BEACD
Text Example
Text Example
White with #2BEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEACD; }
p { color: rgb(43,234,205); }
H1.HeaderClassName
{
color: #2BEACD;
}
.AnyTagClassName
{
color: #2BEACD;
}
</style>
background-color css
<style>
a { background-color: #2BEACD; }
a { background-color: rgb(43,234,205); }
div.DivClassName
{
background-color: #2BEACD;
}
.BgClassName
{
background-color: #2BEACD;
}
</style>
border-color css
<style>
span { border-color: #2BEACD; }
span { border-color: rgb(43,234,205); }
td.TdClassName
{
border-color: #2BEACD;
}
.TagClassName
{
border-color: #2BEACD;
}
</style>