Shades of Bright Turquoise #2BF6F1
Tints of Bright Turquoise #2BF6F1
RGB
CMYK
RGB Variations
Color information
#2BF6F1 (or 0x2BF6F1) is known color: Bright Turquoise. HEX triplet: 2B, F6 and F1. RGB value is (43,246,241). Sum of RGB (Red+Green+Blue) = 43+246+241=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF6F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BF6F1 is #D4090E. Grayscale: #B8B8B8. Windows color (decimal): -13895951 or 15857195. OLE color: 15857195.
HSL color Cylindrical-coordinate representation of color #2BF6F1: hue angle of 178.52º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF6F1 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 241 | - |
| CMYK | 0.83 | 0 | 0.02 | 0.04 |
| HSL | 178.52º | 0.92% | 0.57% | - |
| HSV(B) | 178.52º | 0.83% | 0.96% | - |
| XYZ | 49.83 | 72.78 | 94.64 | - |
| YUV | 184.73 | 159.75 | 26.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 241 | 0.83 | 0 | 0.02 | 0.04 | 178.52 | 0.92 | 0.57 |
| Hex | 2B | F6 | F1 | 53 | 0 | 2 | 4 | B3 | 5C | 39 |
| Octal | 53 | 366 | 361 | 123 | 0 | 2 | 4 | 263 | 134 | 71 |
| Binary | 101011 | 11110110 | 11110001 | 1010011 | 0 | 10 | 100 | 10110011 | 1011100 | 111001 |
Color Harmonies of #2BF6F1
Complementary color
Monochromatic Colors of #2BF6F1
Black with #2BF6F1
Text Example
Text Example
White with #2BF6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF6F1; }
p { color: rgb(43,246,241); }
H1.HeaderClassName
{
color: #2BF6F1;
}
.AnyTagClassName
{
color: #2BF6F1;
}
</style>
background-color css
<style>
a { background-color: #2BF6F1; }
a { background-color: rgb(43,246,241); }
div.DivClassName
{
background-color: #2BF6F1;
}
.BgClassName
{
background-color: #2BF6F1;
}
</style>
border-color css
<style>
span { border-color: #2BF6F1; }
span { border-color: rgb(43,246,241); }
td.TdClassName
{
border-color: #2BF6F1;
}
.TagClassName
{
border-color: #2BF6F1;
}
</style>