Shades of Turquoise #2BEADA
Tints of Turquoise #2BEADA
RGB
CMYK
RGB Variations
Color information
#2BEADA (or 0x2BEADA) is known color: Turquoise. HEX triplet: 2B, EA and DA. RGB value is (43,234,218). Sum of RGB (Red+Green+Blue) = 43+234+218=495 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.69% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEADA is #D41525. Grayscale: #AEAEAE. Windows color (decimal): -13899046 or 14346795. OLE color: 14346795.
HSL color Cylindrical-coordinate representation of color #2BEADA: hue angle of 174.97º 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 #2BEADA is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 218 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.08 |
| HSL | 174.97º | 0.82% | 0.54% | - |
| HSV(B) | 174.97º | 0.82% | 0.92% | - |
| XYZ | 43.07 | 64.42 | 76.49 | - |
| YUV | 175.07 | 152.22 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 218 | 0.82 | 0 | 0.07 | 0.08 | 174.97 | 0.82 | 0.54 |
| Hex | 2B | EA | DA | 52 | 0 | 7 | 8 | AF | 52 | 36 |
| Octal | 53 | 352 | 332 | 122 | 0 | 7 | 10 | 257 | 122 | 66 |
| Binary | 101011 | 11101010 | 11011010 | 1010010 | 0 | 111 | 1000 | 10101111 | 1010010 | 110110 |
Color Harmonies of #2BEADA
Complementary color
Monochromatic Colors of #2BEADA
Black with #2BEADA
Text Example
Text Example
White with #2BEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEADA; }
p { color: rgb(43,234,218); }
H1.HeaderClassName
{
color: #2BEADA;
}
.AnyTagClassName
{
color: #2BEADA;
}
</style>
background-color css
<style>
a { background-color: #2BEADA; }
a { background-color: rgb(43,234,218); }
div.DivClassName
{
background-color: #2BEADA;
}
.BgClassName
{
background-color: #2BEADA;
}
</style>
border-color css
<style>
span { border-color: #2BEADA; }
span { border-color: rgb(43,234,218); }
td.TdClassName
{
border-color: #2BEADA;
}
.TagClassName
{
border-color: #2BEADA;
}
</style>