Shades of Bright Turquoise #2BFAE7
Tints of Bright Turquoise #2BFAE7
RGB
CMYK
RGB Variations
Color information
#2BFAE7 (or 0x2BFAE7) is known color: Bright Turquoise. HEX triplet: 2B, FA and E7. RGB value is (43,250,231). Sum of RGB (Red+Green+Blue) = 43+250+231=524 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.21% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFAE7 is #D40518. Grayscale: #B9B9B9. Windows color (decimal): -13894937 or 15202859. OLE color: 15202859.
HSL color Cylindrical-coordinate representation of color #2BFAE7: hue angle of 174.49º 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 #2BFAE7 is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 231 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.02 |
| HSL | 174.49º | 0.95% | 0.57% | - |
| HSV(B) | 174.49º | 0.83% | 0.98% | - |
| XYZ | 49.61 | 74.65 | 87.4 | - |
| YUV | 185.94 | 153.42 | 26.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 231 | 0.83 | 0 | 0.08 | 0.02 | 174.49 | 0.95 | 0.57 |
| Hex | 2B | FA | E7 | 53 | 0 | 8 | 2 | AE | 5F | 39 |
| Octal | 53 | 372 | 347 | 123 | 0 | 10 | 2 | 256 | 137 | 71 |
| Binary | 101011 | 11111010 | 11100111 | 1010011 | 0 | 1000 | 10 | 10101110 | 1011111 | 111001 |
Color Harmonies of #2BFAE7
Complementary color
Monochromatic Colors of #2BFAE7
Black with #2BFAE7
Text Example
Text Example
White with #2BFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAE7; }
p { color: rgb(43,250,231); }
H1.HeaderClassName
{
color: #2BFAE7;
}
.AnyTagClassName
{
color: #2BFAE7;
}
</style>
background-color css
<style>
a { background-color: #2BFAE7; }
a { background-color: rgb(43,250,231); }
div.DivClassName
{
background-color: #2BFAE7;
}
.BgClassName
{
background-color: #2BFAE7;
}
</style>
border-color css
<style>
span { border-color: #2BFAE7; }
span { border-color: rgb(43,250,231); }
td.TdClassName
{
border-color: #2BFAE7;
}
.TagClassName
{
border-color: #2BFAE7;
}
</style>