Shades of Bright Turquoise #2BFEED
Tints of Bright Turquoise #2BFEED
RGB
CMYK
RGB Variations
Color information
#2BFEED (or 0x2BFEED) is known color: Bright Turquoise. HEX triplet: 2B, FE and ED. RGB value is (43,254,237). Sum of RGB (Red+Green+Blue) = 43+254+237=534 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.05% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFEED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFEED is #D40112. Grayscale: #BCBCBC. Windows color (decimal): -13893907 or 15597099. OLE color: 15597099.
HSL color Cylindrical-coordinate representation of color #2BFEED: hue angle of 175.17º 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 #2BFEED is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 237 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.00 |
| HSL | 175.17º | 0.99% | 0.58% | - |
| HSV(B) | 175.17º | 0.83% | 1% | - |
| XYZ | 51.72 | 77.51 | 92.36 | - |
| YUV | 188.97 | 155.1 | 23.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 237 | 0.83 | 0 | 0.07 | 0.00 | 175.17 | 0.99 | 0.58 |
| Hex | 2B | FE | ED | 53 | 0 | 7 | 0 | AF | 63 | 3A |
| Octal | 53 | 376 | 355 | 123 | 0 | 7 | 0 | 257 | 143 | 72 |
| Binary | 101011 | 11111110 | 11101101 | 1010011 | 0 | 111 | 0 | 10101111 | 1100011 | 111010 |
Color Harmonies of #2BFEED
Complementary color
Monochromatic Colors of #2BFEED
Black with #2BFEED
Text Example
Text Example
White with #2BFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFEED; }
p { color: rgb(43,254,237); }
H1.HeaderClassName
{
color: #2BFEED;
}
.AnyTagClassName
{
color: #2BFEED;
}
</style>
background-color css
<style>
a { background-color: #2BFEED; }
a { background-color: rgb(43,254,237); }
div.DivClassName
{
background-color: #2BFEED;
}
.BgClassName
{
background-color: #2BFEED;
}
</style>
border-color css
<style>
span { border-color: #2BFEED; }
span { border-color: rgb(43,254,237); }
td.TdClassName
{
border-color: #2BFEED;
}
.TagClassName
{
border-color: #2BFEED;
}
</style>