Shades of Turquoise #2BEADC
Tints of Turquoise #2BEADC
RGB
CMYK
RGB Variations
Color information
#2BEADC (or 0x2BEADC) is known color: Turquoise. HEX triplet: 2B, EA and DC. RGB value is (43,234,220). Sum of RGB (Red+Green+Blue) = 43+234+220=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEADC is #D41523. Grayscale: #AFAFAF. Windows color (decimal): -13899044 or 14477867. OLE color: 14477867.
HSL color Cylindrical-coordinate representation of color #2BEADC: hue angle of 175.6º 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 #2BEADC is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 220 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.08 |
| HSL | 175.6º | 0.82% | 0.54% | - |
| HSV(B) | 175.6º | 0.82% | 0.92% | - |
| XYZ | 43.34 | 64.53 | 77.88 | - |
| YUV | 175.3 | 153.22 | 33.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 220 | 0.82 | 0 | 0.06 | 0.08 | 175.6 | 0.82 | 0.54 |
| Hex | 2B | EA | DC | 52 | 0 | 6 | 8 | B0 | 52 | 36 |
| Octal | 53 | 352 | 334 | 122 | 0 | 6 | 10 | 260 | 122 | 66 |
| Binary | 101011 | 11101010 | 11011100 | 1010010 | 0 | 110 | 1000 | 10110000 | 1010010 | 110110 |
Color Harmonies of #2BEADC
Complementary color
Monochromatic Colors of #2BEADC
Black with #2BEADC
Text Example
Text Example
White with #2BEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEADC; }
p { color: rgb(43,234,220); }
H1.HeaderClassName
{
color: #2BEADC;
}
.AnyTagClassName
{
color: #2BEADC;
}
</style>
background-color css
<style>
a { background-color: #2BEADC; }
a { background-color: rgb(43,234,220); }
div.DivClassName
{
background-color: #2BEADC;
}
.BgClassName
{
background-color: #2BEADC;
}
</style>
border-color css
<style>
span { border-color: #2BEADC; }
span { border-color: rgb(43,234,220); }
td.TdClassName
{
border-color: #2BEADC;
}
.TagClassName
{
border-color: #2BEADC;
}
</style>