Shades of Turquoise #2BFECE
Tints of Turquoise #2BFECE
RGB
CMYK
RGB Variations
Color information
#2BFECE (or 0x2BFECE) is known color: Turquoise. HEX triplet: 2B, FE and CE. RGB value is (43,254,206). Sum of RGB (Red+Green+Blue) = 43+254+206=503 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.55% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFECE is #D40131. Grayscale: #B9B9B9. Windows color (decimal): -13893938 or 13565483. OLE color: 13565483.
HSL color Cylindrical-coordinate representation of color #2BFECE: hue angle of 166.35º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFECE is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 206 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.00 |
| HSL | 166.35º | 0.99% | 0.58% | - |
| HSV(B) | 166.35º | 0.83% | 1% | - |
| XYZ | 47.58 | 75.85 | 70.53 | - |
| YUV | 185.44 | 139.6 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 206 | 0.83 | 0 | 0.19 | 0.00 | 166.35 | 0.99 | 0.58 |
| Hex | 2B | FE | CE | 53 | 0 | 13 | 0 | A6 | 63 | 3A |
| Octal | 53 | 376 | 316 | 123 | 0 | 23 | 0 | 246 | 143 | 72 |
| Binary | 101011 | 11111110 | 11001110 | 1010011 | 0 | 10011 | 0 | 10100110 | 1100011 | 111010 |
Color Harmonies of #2BFECE
Complementary color
Monochromatic Colors of #2BFECE
Black with #2BFECE
Text Example
Text Example
White with #2BFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFECE; }
p { color: rgb(43,254,206); }
H1.HeaderClassName
{
color: #2BFECE;
}
.AnyTagClassName
{
color: #2BFECE;
}
</style>
background-color css
<style>
a { background-color: #2BFECE; }
a { background-color: rgb(43,254,206); }
div.DivClassName
{
background-color: #2BFECE;
}
.BgClassName
{
background-color: #2BFECE;
}
</style>
border-color css
<style>
span { border-color: #2BFECE; }
span { border-color: rgb(43,254,206); }
td.TdClassName
{
border-color: #2BFECE;
}
.TagClassName
{
border-color: #2BFECE;
}
</style>