Shades of Turquoise #2BEFBE
Tints of Turquoise #2BEFBE
RGB
CMYK
RGB Variations
Color information
#2BEFBE (or 0x2BEFBE) is known color: Turquoise. HEX triplet: 2B, EF and BE. RGB value is (43,239,190). Sum of RGB (Red+Green+Blue) = 43+239+190=472 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.11% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFBE is #D41041. Grayscale: #AEAEAE. Windows color (decimal): -13897794 or 12513067. OLE color: 12513067.
HSL color Cylindrical-coordinate representation of color #2BEFBE: hue angle of 165º 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 #2BEFBE is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 190 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.06 |
| HSL | 165º | 0.86% | 0.55% | - |
| HSV(B) | 165º | 0.82% | 0.94% | - |
| XYZ | 41.16 | 65.96 | 59.28 | - |
| YUV | 174.81 | 136.57 | 33.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 190 | 0.82 | 0 | 0.21 | 0.06 | 165 | 0.86 | 0.55 |
| Hex | 2B | EF | BE | 52 | 0 | 15 | 6 | A5 | 56 | 37 |
| Octal | 53 | 357 | 276 | 122 | 0 | 25 | 6 | 245 | 126 | 67 |
| Binary | 101011 | 11101111 | 10111110 | 1010010 | 0 | 10101 | 110 | 10100101 | 1010110 | 110111 |
Color Harmonies of #2BEFBE
Complementary color
Monochromatic Colors of #2BEFBE
Black with #2BEFBE
Text Example
Text Example
White with #2BEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFBE; }
p { color: rgb(43,239,190); }
H1.HeaderClassName
{
color: #2BEFBE;
}
.AnyTagClassName
{
color: #2BEFBE;
}
</style>
background-color css
<style>
a { background-color: #2BEFBE; }
a { background-color: rgb(43,239,190); }
div.DivClassName
{
background-color: #2BEFBE;
}
.BgClassName
{
background-color: #2BEFBE;
}
</style>
border-color css
<style>
span { border-color: #2BEFBE; }
span { border-color: rgb(43,239,190); }
td.TdClassName
{
border-color: #2BEFBE;
}
.TagClassName
{
border-color: #2BEFBE;
}
</style>