Shades of Turquoise #2BFBE0
Tints of Turquoise #2BFBE0
RGB
CMYK
RGB Variations
Color information
#2BFBE0 (or 0x2BFBE0) is known color: Turquoise. HEX triplet: 2B, FB and E0. RGB value is (43,251,224). Sum of RGB (Red+Green+Blue) = 43+251+224=518 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.30% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBE0 is #D4041F. Grayscale: #B9B9B9. Windows color (decimal): -13894688 or 14744363. OLE color: 14744363.
HSL color Cylindrical-coordinate representation of color #2BFBE0: hue angle of 172.21º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBE0 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 224 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.02 |
| HSL | 172.21º | 0.96% | 0.58% | - |
| HSV(B) | 172.21º | 0.83% | 0.98% | - |
| XYZ | 48.95 | 74.89 | 82.4 | - |
| YUV | 185.73 | 149.59 | 26.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 224 | 0.83 | 0 | 0.11 | 0.02 | 172.21 | 0.96 | 0.58 |
| Hex | 2B | FB | E0 | 53 | 0 | B | 2 | AC | 60 | 3A |
| Octal | 53 | 373 | 340 | 123 | 0 | 13 | 2 | 254 | 140 | 72 |
| Binary | 101011 | 11111011 | 11100000 | 1010011 | 0 | 1011 | 10 | 10101100 | 1100000 | 111010 |
Color Harmonies of #2BFBE0
Complementary color
Monochromatic Colors of #2BFBE0
Black with #2BFBE0
Text Example
Text Example
White with #2BFBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBE0; }
p { color: rgb(43,251,224); }
H1.HeaderClassName
{
color: #2BFBE0;
}
.AnyTagClassName
{
color: #2BFBE0;
}
</style>
background-color css
<style>
a { background-color: #2BFBE0; }
a { background-color: rgb(43,251,224); }
div.DivClassName
{
background-color: #2BFBE0;
}
.BgClassName
{
background-color: #2BFBE0;
}
</style>
border-color css
<style>
span { border-color: #2BFBE0; }
span { border-color: rgb(43,251,224); }
td.TdClassName
{
border-color: #2BFBE0;
}
.TagClassName
{
border-color: #2BFBE0;
}
</style>