Shades of Turquoise #2BECDD
Tints of Turquoise #2BECDD
RGB
CMYK
RGB Variations
Color information
#2BECDD (or 0x2BECDD) is known color: Turquoise. HEX triplet: 2B, EC and DD. RGB value is (43,236,221). Sum of RGB (Red+Green+Blue) = 43+236+221=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECDD is #D41322. Grayscale: #B0B0B0. Windows color (decimal): -13898531 or 14543915. OLE color: 14543915.
HSL color Cylindrical-coordinate representation of color #2BECDD: hue angle of 175.34º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BECDD is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 221 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.07 |
| HSL | 175.34º | 0.84% | 0.55% | - |
| HSV(B) | 175.34º | 0.82% | 0.93% | - |
| XYZ | 44.04 | 65.72 | 78.77 | - |
| YUV | 176.58 | 153.06 | 32.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 221 | 0.82 | 0 | 0.06 | 0.07 | 175.34 | 0.84 | 0.55 |
| Hex | 2B | EC | DD | 52 | 0 | 6 | 7 | AF | 54 | 37 |
| Octal | 53 | 354 | 335 | 122 | 0 | 6 | 7 | 257 | 124 | 67 |
| Binary | 101011 | 11101100 | 11011101 | 1010010 | 0 | 110 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2BECDD
Complementary color
Monochromatic Colors of #2BECDD
Black with #2BECDD
Text Example
Text Example
White with #2BECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECDD; }
p { color: rgb(43,236,221); }
H1.HeaderClassName
{
color: #2BECDD;
}
.AnyTagClassName
{
color: #2BECDD;
}
</style>
background-color css
<style>
a { background-color: #2BECDD; }
a { background-color: rgb(43,236,221); }
div.DivClassName
{
background-color: #2BECDD;
}
.BgClassName
{
background-color: #2BECDD;
}
</style>
border-color css
<style>
span { border-color: #2BECDD; }
span { border-color: rgb(43,236,221); }
td.TdClassName
{
border-color: #2BECDD;
}
.TagClassName
{
border-color: #2BECDD;
}
</style>