Shades of Turquoise #2BEFC3
Tints of Turquoise #2BEFC3
RGB
CMYK
RGB Variations
Color information
#2BEFC3 (or 0x2BEFC3) is known color: Turquoise. HEX triplet: 2B, EF and C3. RGB value is (43,239,195). Sum of RGB (Red+Green+Blue) = 43+239+195=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFC3 is #D4103C. Grayscale: #AFAFAF. Windows color (decimal): -13897789 or 12840747. OLE color: 12840747.
HSL color Cylindrical-coordinate representation of color #2BEFC3: hue angle of 166.53º 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 #2BEFC3 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 195 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.06 |
| HSL | 166.53º | 0.86% | 0.55% | - |
| HSV(B) | 166.53º | 0.82% | 0.94% | - |
| XYZ | 41.71 | 66.19 | 62.21 | - |
| YUV | 175.38 | 139.07 | 33.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 195 | 0.82 | 0 | 0.18 | 0.06 | 166.53 | 0.86 | 0.55 |
| Hex | 2B | EF | C3 | 52 | 0 | 12 | 6 | A7 | 56 | 37 |
| Octal | 53 | 357 | 303 | 122 | 0 | 22 | 6 | 247 | 126 | 67 |
| Binary | 101011 | 11101111 | 11000011 | 1010010 | 0 | 10010 | 110 | 10100111 | 1010110 | 110111 |
Color Harmonies of #2BEFC3
Complementary color
Monochromatic Colors of #2BEFC3
Black with #2BEFC3
Text Example
Text Example
White with #2BEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFC3; }
p { color: rgb(43,239,195); }
H1.HeaderClassName
{
color: #2BEFC3;
}
.AnyTagClassName
{
color: #2BEFC3;
}
</style>
background-color css
<style>
a { background-color: #2BEFC3; }
a { background-color: rgb(43,239,195); }
div.DivClassName
{
background-color: #2BEFC3;
}
.BgClassName
{
background-color: #2BEFC3;
}
</style>
border-color css
<style>
span { border-color: #2BEFC3; }
span { border-color: rgb(43,239,195); }
td.TdClassName
{
border-color: #2BEFC3;
}
.TagClassName
{
border-color: #2BEFC3;
}
</style>