Shades of Bright Turquoise #2BFCEA
Tints of Bright Turquoise #2BFCEA
RGB
CMYK
RGB Variations
Color information
#2BFCEA (or 0x2BFCEA) is known color: Bright Turquoise. HEX triplet: 2B, FC and EA. RGB value is (43,252,234). Sum of RGB (Red+Green+Blue) = 43+252+234=529 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.13% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFCEA is #D40315. Grayscale: #BBBBBB. Windows color (decimal): -13894422 or 15399979. OLE color: 15399979.
HSL color Cylindrical-coordinate representation of color #2BFCEA: hue angle of 174.83º 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 #2BFCEA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 234 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.01 |
| HSL | 174.83º | 0.97% | 0.58% | - |
| HSV(B) | 174.83º | 0.83% | 0.99% | - |
| XYZ | 50.66 | 76.07 | 89.86 | - |
| YUV | 187.46 | 154.26 | 24.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 234 | 0.83 | 0 | 0.07 | 0.01 | 174.83 | 0.97 | 0.58 |
| Hex | 2B | FC | EA | 53 | 0 | 7 | 1 | AF | 61 | 3A |
| Octal | 53 | 374 | 352 | 123 | 0 | 7 | 1 | 257 | 141 | 72 |
| Binary | 101011 | 11111100 | 11101010 | 1010011 | 0 | 111 | 1 | 10101111 | 1100001 | 111010 |
Color Harmonies of #2BFCEA
Complementary color
Monochromatic Colors of #2BFCEA
Black with #2BFCEA
Text Example
Text Example
White with #2BFCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCEA; }
p { color: rgb(43,252,234); }
H1.HeaderClassName
{
color: #2BFCEA;
}
.AnyTagClassName
{
color: #2BFCEA;
}
</style>
background-color css
<style>
a { background-color: #2BFCEA; }
a { background-color: rgb(43,252,234); }
div.DivClassName
{
background-color: #2BFCEA;
}
.BgClassName
{
background-color: #2BFCEA;
}
</style>
border-color css
<style>
span { border-color: #2BFCEA; }
span { border-color: rgb(43,252,234); }
td.TdClassName
{
border-color: #2BFCEA;
}
.TagClassName
{
border-color: #2BFCEA;
}
</style>