Shades of Turquoise #2BDBEA
Tints of Turquoise #2BDBEA
RGB
CMYK
RGB Variations
Color information
#2BDBEA (or 0x2BDBEA) is known color: Turquoise. HEX triplet: 2B, DB and EA. RGB value is (43,219,234). Sum of RGB (Red+Green+Blue) = 43+219+234=496 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.67% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BDBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBEA is #D42415. Grayscale: #A7A7A7. Windows color (decimal): -13902870 or 15391531. OLE color: 15391531.
HSL color Cylindrical-coordinate representation of color #2BDBEA: hue angle of 184.71º 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 #2BDBEA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 219 | 234 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.08 |
| HSL | 184.71º | 0.82% | 0.54% | - |
| HSV(B) | 184.71º | 0.82% | 0.92% | - |
| XYZ | 41.18 | 57.12 | 86.7 | - |
| YUV | 168.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 234 | 0.82 | 0.06 | 0 | 0.08 | 184.71 | 0.82 | 0.54 |
| Hex | 2B | DB | EA | 52 | 6 | 0 | 8 | B9 | 52 | 36 |
| Octal | 53 | 333 | 352 | 122 | 6 | 0 | 10 | 271 | 122 | 66 |
| Binary | 101011 | 11011011 | 11101010 | 1010010 | 110 | 0 | 1000 | 10111001 | 1010010 | 110110 |
Color Harmonies of #2BDBEA
Complementary color
Monochromatic Colors of #2BDBEA
Black with #2BDBEA
Text Example
Text Example
White with #2BDBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBEA; }
p { color: rgb(43,219,234); }
H1.HeaderClassName
{
color: #2BDBEA;
}
.AnyTagClassName
{
color: #2BDBEA;
}
</style>
background-color css
<style>
a { background-color: #2BDBEA; }
a { background-color: rgb(43,219,234); }
div.DivClassName
{
background-color: #2BDBEA;
}
.BgClassName
{
background-color: #2BDBEA;
}
</style>
border-color css
<style>
span { border-color: #2BDBEA; }
span { border-color: rgb(43,219,234); }
td.TdClassName
{
border-color: #2BDBEA;
}
.TagClassName
{
border-color: #2BDBEA;
}
</style>