Shades of Turquoise #2BF9E2
Tints of Turquoise #2BF9E2
RGB
CMYK
RGB Variations
Color information
#2BF9E2 (or 0x2BF9E2) is known color: Turquoise. HEX triplet: 2B, F9 and E2. RGB value is (43,249,226). Sum of RGB (Red+Green+Blue) = 43+249+226=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 226 (88.67% from 255 or 43.63% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF9E2 is #D4061D. Grayscale: #B8B8B8. Windows color (decimal): -13895198 or 14874923. OLE color: 14874923.
HSL color Cylindrical-coordinate representation of color #2BF9E2: hue angle of 173.3º degrees, saturation: 0.94, 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 #2BF9E2 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 226 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.02 |
| HSL | 173.3º | 0.94% | 0.57% | - |
| HSV(B) | 173.3º | 0.83% | 0.98% | - |
| XYZ | 48.6 | 73.76 | 83.63 | - |
| YUV | 184.78 | 151.25 | 26.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 226 | 0.83 | 0 | 0.09 | 0.02 | 173.3 | 0.94 | 0.57 |
| Hex | 2B | F9 | E2 | 53 | 0 | 9 | 2 | AD | 5E | 39 |
| Octal | 53 | 371 | 342 | 123 | 0 | 11 | 2 | 255 | 136 | 71 |
| Binary | 101011 | 11111001 | 11100010 | 1010011 | 0 | 1001 | 10 | 10101101 | 1011110 | 111001 |
Color Harmonies of #2BF9E2
Complementary color
Monochromatic Colors of #2BF9E2
Black with #2BF9E2
Text Example
Text Example
White with #2BF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF9E2; }
p { color: rgb(43,249,226); }
H1.HeaderClassName
{
color: #2BF9E2;
}
.AnyTagClassName
{
color: #2BF9E2;
}
</style>
background-color css
<style>
a { background-color: #2BF9E2; }
a { background-color: rgb(43,249,226); }
div.DivClassName
{
background-color: #2BF9E2;
}
.BgClassName
{
background-color: #2BF9E2;
}
</style>
border-color css
<style>
span { border-color: #2BF9E2; }
span { border-color: rgb(43,249,226); }
td.TdClassName
{
border-color: #2BF9E2;
}
.TagClassName
{
border-color: #2BF9E2;
}
</style>