Shades of Turquoise #2BEFC7
Tints of Turquoise #2BEFC7
RGB
CMYK
RGB Variations
Color information
#2BEFC7 (or 0x2BEFC7) is known color: Turquoise. HEX triplet: 2B, EF and C7. RGB value is (43,239,199). Sum of RGB (Red+Green+Blue) = 43+239+199=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFC7 is #D41038. Grayscale: #AFAFAF. Windows color (decimal): -13897785 or 13102891. OLE color: 13102891.
HSL color Cylindrical-coordinate representation of color #2BEFC7: hue angle of 167.76º 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 #2BEFC7 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 199 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.06 |
| HSL | 167.76º | 0.86% | 0.55% | - |
| HSV(B) | 167.76º | 0.82% | 0.94% | - |
| XYZ | 42.17 | 66.37 | 64.62 | - |
| YUV | 175.84 | 141.07 | 33.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 199 | 0.82 | 0 | 0.17 | 0.06 | 167.76 | 0.86 | 0.55 |
| Hex | 2B | EF | C7 | 52 | 0 | 11 | 6 | A8 | 56 | 37 |
| Octal | 53 | 357 | 307 | 122 | 0 | 21 | 6 | 250 | 126 | 67 |
| Binary | 101011 | 11101111 | 11000111 | 1010010 | 0 | 10001 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #2BEFC7
Complementary color
Monochromatic Colors of #2BEFC7
Black with #2BEFC7
Text Example
Text Example
White with #2BEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFC7; }
p { color: rgb(43,239,199); }
H1.HeaderClassName
{
color: #2BEFC7;
}
.AnyTagClassName
{
color: #2BEFC7;
}
</style>
background-color css
<style>
a { background-color: #2BEFC7; }
a { background-color: rgb(43,239,199); }
div.DivClassName
{
background-color: #2BEFC7;
}
.BgClassName
{
background-color: #2BEFC7;
}
</style>
border-color css
<style>
span { border-color: #2BEFC7; }
span { border-color: rgb(43,239,199); }
td.TdClassName
{
border-color: #2BEFC7;
}
.TagClassName
{
border-color: #2BEFC7;
}
</style>