Shades of Turquoise #2BEFBC
Tints of Turquoise #2BEFBC
RGB
CMYK
RGB Variations
Color information
#2BEFBC (or 0x2BEFBC) is known color: Turquoise. HEX triplet: 2B, EF and BC. RGB value is (43,239,188). Sum of RGB (Red+Green+Blue) = 43+239+188=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 239 (93.75% from 255 or 50.85% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFBC is #D41043. Grayscale: #AEAEAE. Windows color (decimal): -13897796 or 12381995. OLE color: 12381995.
HSL color Cylindrical-coordinate representation of color #2BEFBC: hue angle of 164.39º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFBC is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 188 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.06 |
| HSL | 164.39º | 0.86% | 0.55% | - |
| HSV(B) | 164.39º | 0.82% | 0.94% | - |
| XYZ | 40.94 | 65.88 | 58.13 | - |
| YUV | 174.58 | 135.57 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 188 | 0.82 | 0 | 0.21 | 0.06 | 164.39 | 0.86 | 0.55 |
| Hex | 2B | EF | BC | 52 | 0 | 15 | 6 | A4 | 56 | 37 |
| Octal | 53 | 357 | 274 | 122 | 0 | 25 | 6 | 244 | 126 | 67 |
| Binary | 101011 | 11101111 | 10111100 | 1010010 | 0 | 10101 | 110 | 10100100 | 1010110 | 110111 |
Color Harmonies of #2BEFBC
Complementary color
Monochromatic Colors of #2BEFBC
Black with #2BEFBC
Text Example
Text Example
White with #2BEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFBC; }
p { color: rgb(43,239,188); }
H1.HeaderClassName
{
color: #2BEFBC;
}
.AnyTagClassName
{
color: #2BEFBC;
}
</style>
background-color css
<style>
a { background-color: #2BEFBC; }
a { background-color: rgb(43,239,188); }
div.DivClassName
{
background-color: #2BEFBC;
}
.BgClassName
{
background-color: #2BEFBC;
}
</style>
border-color css
<style>
span { border-color: #2BEFBC; }
span { border-color: rgb(43,239,188); }
td.TdClassName
{
border-color: #2BEFBC;
}
.TagClassName
{
border-color: #2BEFBC;
}
</style>