Shades of Turquoise #2BECDA
Tints of Turquoise #2BECDA
RGB
CMYK
RGB Variations
Color information
#2BECDA (or 0x2BECDA) is known color: Turquoise. HEX triplet: 2B, EC and DA. RGB value is (43,236,218). Sum of RGB (Red+Green+Blue) = 43+236+218=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #2BECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BECDA is #D41325. Grayscale: #B0B0B0. Windows color (decimal): -13898534 or 14347307. OLE color: 14347307.
HSL color Cylindrical-coordinate representation of color #2BECDA: hue angle of 174.4º 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 #2BECDA is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 218 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.07 |
| HSL | 174.4º | 0.84% | 0.55% | - |
| HSV(B) | 174.4º | 0.82% | 0.93% | - |
| XYZ | 43.65 | 65.57 | 76.68 | - |
| YUV | 176.24 | 151.56 | 32.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 218 | 0.82 | 0 | 0.08 | 0.07 | 174.4 | 0.84 | 0.55 |
| Hex | 2B | EC | DA | 52 | 0 | 8 | 7 | AE | 54 | 37 |
| Octal | 53 | 354 | 332 | 122 | 0 | 10 | 7 | 256 | 124 | 67 |
| Binary | 101011 | 11101100 | 11011010 | 1010010 | 0 | 1000 | 111 | 10101110 | 1010100 | 110111 |
Color Harmonies of #2BECDA
Complementary color
Monochromatic Colors of #2BECDA
Black with #2BECDA
Text Example
Text Example
White with #2BECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BECDA; }
p { color: rgb(43,236,218); }
H1.HeaderClassName
{
color: #2BECDA;
}
.AnyTagClassName
{
color: #2BECDA;
}
</style>
background-color css
<style>
a { background-color: #2BECDA; }
a { background-color: rgb(43,236,218); }
div.DivClassName
{
background-color: #2BECDA;
}
.BgClassName
{
background-color: #2BECDA;
}
</style>
border-color css
<style>
span { border-color: #2BECDA; }
span { border-color: rgb(43,236,218); }
td.TdClassName
{
border-color: #2BECDA;
}
.TagClassName
{
border-color: #2BECDA;
}
</style>