Shades of Turquoise #2BEBC3
Tints of Turquoise #2BEBC3
RGB
CMYK
RGB Variations
Color information
#2BEBC3 (or 0x2BEBC3) is known color: Turquoise. HEX triplet: 2B, EB and C3. RGB value is (43,235,195). Sum of RGB (Red+Green+Blue) = 43+235+195=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC3 is #D4143C. Grayscale: #ADADAD. Windows color (decimal): -13898813 or 12839723. OLE color: 12839723.
HSL color Cylindrical-coordinate representation of color #2BEBC3: hue angle of 167.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBC3 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 195 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.08 |
| HSL | 167.5º | 0.83% | 0.55% | - |
| HSV(B) | 167.5º | 0.82% | 0.92% | - |
| XYZ | 40.55 | 63.87 | 61.82 | - |
| YUV | 173.03 | 140.39 | 35.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 195 | 0.82 | 0 | 0.17 | 0.08 | 167.5 | 0.83 | 0.55 |
| Hex | 2B | EB | C3 | 52 | 0 | 11 | 8 | A8 | 53 | 37 |
| Octal | 53 | 353 | 303 | 122 | 0 | 21 | 10 | 250 | 123 | 67 |
| Binary | 101011 | 11101011 | 11000011 | 1010010 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110111 |
Color Harmonies of #2BEBC3
Complementary color
Monochromatic Colors of #2BEBC3
Black with #2BEBC3
Text Example
Text Example
White with #2BEBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBC3; }
p { color: rgb(43,235,195); }
H1.HeaderClassName
{
color: #2BEBC3;
}
.AnyTagClassName
{
color: #2BEBC3;
}
</style>
background-color css
<style>
a { background-color: #2BEBC3; }
a { background-color: rgb(43,235,195); }
div.DivClassName
{
background-color: #2BEBC3;
}
.BgClassName
{
background-color: #2BEBC3;
}
</style>
border-color css
<style>
span { border-color: #2BEBC3; }
span { border-color: rgb(43,235,195); }
td.TdClassName
{
border-color: #2BEBC3;
}
.TagClassName
{
border-color: #2BEBC3;
}
</style>