Shades of Bright Turquoise #2BEAF6
Tints of Bright Turquoise #2BEAF6
RGB
CMYK
RGB Variations
Color information
#2BEAF6 (or 0x2BEAF6) is known color: Bright Turquoise. HEX triplet: 2B, EA and F6. RGB value is (43,234,246). Sum of RGB (Red+Green+Blue) = 43+234+246=523 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.22% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BEAF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BEAF6 is #D41509. Grayscale: #B2B2B2. Windows color (decimal): -13899018 or 16181803. OLE color: 16181803.
HSL color Cylindrical-coordinate representation of color #2BEAF6: hue angle of 183.55º 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 #2BEAF6 is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 234 | 246 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.04 |
| HSL | 183.55º | 0.92% | 0.57% | - |
| HSV(B) | 183.55º | 0.83% | 0.96% | - |
| XYZ | 47.05 | 66.01 | 97.45 | - |
| YUV | 178.26 | 166.22 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 246 | 0.83 | 0.05 | 0 | 0.04 | 183.55 | 0.92 | 0.57 |
| Hex | 2B | EA | F6 | 53 | 5 | 0 | 4 | B8 | 5C | 39 |
| Octal | 53 | 352 | 366 | 123 | 5 | 0 | 4 | 270 | 134 | 71 |
| Binary | 101011 | 11101010 | 11110110 | 1010011 | 101 | 0 | 100 | 10111000 | 1011100 | 111001 |
Color Harmonies of #2BEAF6
Complementary color
Monochromatic Colors of #2BEAF6
Black with #2BEAF6
Text Example
Text Example
White with #2BEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEAF6; }
p { color: rgb(43,234,246); }
H1.HeaderClassName
{
color: #2BEAF6;
}
.AnyTagClassName
{
color: #2BEAF6;
}
</style>
background-color css
<style>
a { background-color: #2BEAF6; }
a { background-color: rgb(43,234,246); }
div.DivClassName
{
background-color: #2BEAF6;
}
.BgClassName
{
background-color: #2BEAF6;
}
</style>
border-color css
<style>
span { border-color: #2BEAF6; }
span { border-color: rgb(43,234,246); }
td.TdClassName
{
border-color: #2BEAF6;
}
.TagClassName
{
border-color: #2BEAF6;
}
</style>