Shades of Bright Turquoise #2BFCF1
Tints of Bright Turquoise #2BFCF1
RGB
CMYK
RGB Variations
Color information
#2BFCF1 (or 0x2BFCF1) is known color: Bright Turquoise. HEX triplet: 2B, FC and F1. RGB value is (43,252,241). Sum of RGB (Red+Green+Blue) = 43+252+241=536 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.02% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFCF1 is #D4030E. Grayscale: #BCBCBC. Windows color (decimal): -13894415 or 15858731. OLE color: 15858731.
HSL color Cylindrical-coordinate representation of color #2BFCF1: hue angle of 176.84º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFCF1 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 241 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.01 |
| HSL | 176.84º | 0.97% | 0.58% | - |
| HSV(B) | 176.84º | 0.83% | 0.99% | - |
| XYZ | 51.68 | 76.49 | 95.26 | - |
| YUV | 188.26 | 157.76 | 24.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 241 | 0.83 | 0 | 0.04 | 0.01 | 176.84 | 0.97 | 0.58 |
| Hex | 2B | FC | F1 | 53 | 0 | 4 | 1 | B1 | 61 | 3A |
| Octal | 53 | 374 | 361 | 123 | 0 | 4 | 1 | 261 | 141 | 72 |
| Binary | 101011 | 11111100 | 11110001 | 1010011 | 0 | 100 | 1 | 10110001 | 1100001 | 111010 |
Color Harmonies of #2BFCF1
Complementary color
Monochromatic Colors of #2BFCF1
Black with #2BFCF1
Text Example
Text Example
White with #2BFCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCF1; }
p { color: rgb(43,252,241); }
H1.HeaderClassName
{
color: #2BFCF1;
}
.AnyTagClassName
{
color: #2BFCF1;
}
</style>
background-color css
<style>
a { background-color: #2BFCF1; }
a { background-color: rgb(43,252,241); }
div.DivClassName
{
background-color: #2BFCF1;
}
.BgClassName
{
background-color: #2BFCF1;
}
</style>
border-color css
<style>
span { border-color: #2BFCF1; }
span { border-color: rgb(43,252,241); }
td.TdClassName
{
border-color: #2BFCF1;
}
.TagClassName
{
border-color: #2BFCF1;
}
</style>