Shades of Turquoise #2BEBC7
Tints of Turquoise #2BEBC7
RGB
CMYK
RGB Variations
Color information
#2BEBC7 (or 0x2BEBC7) is known color: Turquoise. HEX triplet: 2B, EB and C7. RGB value is (43,235,199). Sum of RGB (Red+Green+Blue) = 43+235+199=477 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.01% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBC7 is #D41438. Grayscale: #ADADAD. Windows color (decimal): -13898809 or 13101867. OLE color: 13101867.
HSL color Cylindrical-coordinate representation of color #2BEBC7: hue angle of 168.75º 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 #2BEBC7 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 199 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.08 |
| HSL | 168.75º | 0.83% | 0.55% | - |
| HSV(B) | 168.75º | 0.82% | 0.92% | - |
| XYZ | 41.01 | 64.05 | 64.23 | - |
| YUV | 173.49 | 142.39 | 34.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 199 | 0.82 | 0 | 0.15 | 0.08 | 168.75 | 0.83 | 0.55 |
| Hex | 2B | EB | C7 | 52 | 0 | F | 8 | A9 | 53 | 37 |
| Octal | 53 | 353 | 307 | 122 | 0 | 17 | 10 | 251 | 123 | 67 |
| Binary | 101011 | 11101011 | 11000111 | 1010010 | 0 | 1111 | 1000 | 10101001 | 1010011 | 110111 |
Color Harmonies of #2BEBC7
Complementary color
Monochromatic Colors of #2BEBC7
Black with #2BEBC7
Text Example
Text Example
White with #2BEBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBC7; }
p { color: rgb(43,235,199); }
H1.HeaderClassName
{
color: #2BEBC7;
}
.AnyTagClassName
{
color: #2BEBC7;
}
</style>
background-color css
<style>
a { background-color: #2BEBC7; }
a { background-color: rgb(43,235,199); }
div.DivClassName
{
background-color: #2BEBC7;
}
.BgClassName
{
background-color: #2BEBC7;
}
</style>
border-color css
<style>
span { border-color: #2BEBC7; }
span { border-color: rgb(43,235,199); }
td.TdClassName
{
border-color: #2BEBC7;
}
.TagClassName
{
border-color: #2BEBC7;
}
</style>