Shades of Bright Turquoise #2BFFF0
Tints of Bright Turquoise #2BFFF0
RGB
CMYK
RGB Variations
Color information
#2BFFF0 (or 0x2BFFF0) is known color: Bright Turquoise. HEX triplet: 2B, FF and F0. RGB value is (43,255,240). Sum of RGB (Red+Green+Blue) = 43+255+240=538 (71% of max value = 765). Red value is 43 (17.19% from 255 or 7.99% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFFF0 is #D4000F. Grayscale: #BDBDBD. Windows color (decimal): -13893648 or 15793963. OLE color: 15793963.
HSL color Cylindrical-coordinate representation of color #2BFFF0: hue angle of 175.75º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFF0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 240 | - |
| CMYK | 0.83 | 0 | 0.06 | 0 |
| HSL | 175.75º | 1% | 0.58% | - |
| HSV(B) | 175.75º | 0.83% | 1% | - |
| XYZ | 52.48 | 78.32 | 94.79 | - |
| YUV | 189.9 | 156.26 | 23.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 240 | 0.83 | 0 | 0.06 | 0 | 175.75 | 1 | 0.58 |
| Hex | 2B | FF | F0 | 53 | 0 | 6 | 0 | B0 | 64 | 3A |
| Octal | 53 | 377 | 360 | 123 | 0 | 6 | 0 | 260 | 144 | 72 |
| Binary | 101011 | 11111111 | 11110000 | 1010011 | 0 | 110 | 0 | 10110000 | 1100100 | 111010 |
Color Harmonies of #2BFFF0
Complementary color
Monochromatic Colors of #2BFFF0
Black with #2BFFF0
Text Example
Text Example
White with #2BFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFF0; }
p { color: rgb(43,255,240); }
H1.HeaderClassName
{
color: #2BFFF0;
}
.AnyTagClassName
{
color: #2BFFF0;
}
</style>
background-color css
<style>
a { background-color: #2BFFF0; }
a { background-color: rgb(43,255,240); }
div.DivClassName
{
background-color: #2BFFF0;
}
.BgClassName
{
background-color: #2BFFF0;
}
</style>
border-color css
<style>
span { border-color: #2BFFF0; }
span { border-color: rgb(43,255,240); }
td.TdClassName
{
border-color: #2BFFF0;
}
.TagClassName
{
border-color: #2BFFF0;
}
</style>