Shades of Turquoise #2BFAE2
Tints of Turquoise #2BFAE2
RGB
CMYK
RGB Variations
Color information
#2BFAE2 (or 0x2BFAE2) is known color: Turquoise. HEX triplet: 2B, FA and E2. RGB value is (43,250,226). Sum of RGB (Red+Green+Blue) = 43+250+226=519 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.29% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 226 (88.67% from 255 or 43.55% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFAE2 is #D4051D. Grayscale: #B9B9B9. Windows color (decimal): -13894942 or 14875179. OLE color: 14875179.
HSL color Cylindrical-coordinate representation of color #2BFAE2: hue angle of 173.04º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAE2 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 226 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.02 |
| HSL | 173.04º | 0.95% | 0.57% | - |
| HSV(B) | 173.04º | 0.83% | 0.98% | - |
| XYZ | 48.91 | 74.38 | 83.73 | - |
| YUV | 185.37 | 150.92 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 226 | 0.83 | 0 | 0.10 | 0.02 | 173.04 | 0.95 | 0.57 |
| Hex | 2B | FA | E2 | 53 | 0 | A | 2 | AD | 5F | 39 |
| Octal | 53 | 372 | 342 | 123 | 0 | 12 | 2 | 255 | 137 | 71 |
| Binary | 101011 | 11111010 | 11100010 | 1010011 | 0 | 1010 | 10 | 10101101 | 1011111 | 111001 |
Color Harmonies of #2BFAE2
Complementary color
Monochromatic Colors of #2BFAE2
Black with #2BFAE2
Text Example
Text Example
White with #2BFAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAE2; }
p { color: rgb(43,250,226); }
H1.HeaderClassName
{
color: #2BFAE2;
}
.AnyTagClassName
{
color: #2BFAE2;
}
</style>
background-color css
<style>
a { background-color: #2BFAE2; }
a { background-color: rgb(43,250,226); }
div.DivClassName
{
background-color: #2BFAE2;
}
.BgClassName
{
background-color: #2BFAE2;
}
</style>
border-color css
<style>
span { border-color: #2BFAE2; }
span { border-color: rgb(43,250,226); }
td.TdClassName
{
border-color: #2BFAE2;
}
.TagClassName
{
border-color: #2BFAE2;
}
</style>