Shades of Turquoise #2BFCE2
Tints of Turquoise #2BFCE2
RGB
CMYK
RGB Variations
Color information
#2BFCE2 (or 0x2BFCE2) is known color: Turquoise. HEX triplet: 2B, FC and E2. RGB value is (43,252,226). Sum of RGB (Red+Green+Blue) = 43+252+226=521 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.25% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCE2 is #D4031D. Grayscale: #BABABA. Windows color (decimal): -13894430 or 14875691. OLE color: 14875691.
HSL color Cylindrical-coordinate representation of color #2BFCE2: hue angle of 172.54º 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 #2BFCE2 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 226 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.01 |
| HSL | 172.54º | 0.97% | 0.58% | - |
| HSV(B) | 172.54º | 0.83% | 0.99% | - |
| XYZ | 49.53 | 75.63 | 83.94 | - |
| YUV | 186.55 | 150.26 | 25.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 226 | 0.83 | 0 | 0.10 | 0.01 | 172.54 | 0.97 | 0.58 |
| Hex | 2B | FC | E2 | 53 | 0 | A | 1 | AD | 61 | 3A |
| Octal | 53 | 374 | 342 | 123 | 0 | 12 | 1 | 255 | 141 | 72 |
| Binary | 101011 | 11111100 | 11100010 | 1010011 | 0 | 1010 | 1 | 10101101 | 1100001 | 111010 |
Color Harmonies of #2BFCE2
Complementary color
Monochromatic Colors of #2BFCE2
Black with #2BFCE2
Text Example
Text Example
White with #2BFCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCE2; }
p { color: rgb(43,252,226); }
H1.HeaderClassName
{
color: #2BFCE2;
}
.AnyTagClassName
{
color: #2BFCE2;
}
</style>
background-color css
<style>
a { background-color: #2BFCE2; }
a { background-color: rgb(43,252,226); }
div.DivClassName
{
background-color: #2BFCE2;
}
.BgClassName
{
background-color: #2BFCE2;
}
</style>
border-color css
<style>
span { border-color: #2BFCE2; }
span { border-color: rgb(43,252,226); }
td.TdClassName
{
border-color: #2BFCE2;
}
.TagClassName
{
border-color: #2BFCE2;
}
</style>