Shades of Turquoise #2BECCD
Tints of Turquoise #2BECCD
RGB
CMYK
RGB Variations
Color information
#2BECCD (or 0x2BECCD) is known color: Turquoise. HEX triplet: 2B, EC and CD. RGB value is (43,236,205). Sum of RGB (Red+Green+Blue) = 43+236+205=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECCD is #D41332. Grayscale: #AEAEAE. Windows color (decimal): -13898547 or 13495339. OLE color: 13495339.
HSL color Cylindrical-coordinate representation of color #2BECCD: hue angle of 170.36º 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 #2BECCD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 205 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.36º | 0.84% | 0.55% | - |
| HSV(B) | 170.36º | 0.82% | 0.93% | - |
| XYZ | 42.01 | 64.91 | 68.07 | - |
| YUV | 174.76 | 145.06 | 34.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 205 | 0.82 | 0 | 0.13 | 0.07 | 170.36 | 0.84 | 0.55 |
| Hex | 2B | EC | CD | 52 | 0 | D | 7 | AA | 54 | 37 |
| Octal | 53 | 354 | 315 | 122 | 0 | 15 | 7 | 252 | 124 | 67 |
| Binary | 101011 | 11101100 | 11001101 | 1010010 | 0 | 1101 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2BECCD
Complementary color
Monochromatic Colors of #2BECCD
Black with #2BECCD
Text Example
Text Example
White with #2BECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECCD; }
p { color: rgb(43,236,205); }
H1.HeaderClassName
{
color: #2BECCD;
}
.AnyTagClassName
{
color: #2BECCD;
}
</style>
background-color css
<style>
a { background-color: #2BECCD; }
a { background-color: rgb(43,236,205); }
div.DivClassName
{
background-color: #2BECCD;
}
.BgClassName
{
background-color: #2BECCD;
}
</style>
border-color css
<style>
span { border-color: #2BECCD; }
span { border-color: rgb(43,236,205); }
td.TdClassName
{
border-color: #2BECCD;
}
.TagClassName
{
border-color: #2BECCD;
}
</style>