Shades of Turquoise #2BFBE5
Tints of Turquoise #2BFBE5
RGB
CMYK
RGB Variations
Color information
#2BFBE5 (or 0x2BFBE5) is known color: Turquoise. HEX triplet: 2B, FB and E5. RGB value is (43,251,229). Sum of RGB (Red+Green+Blue) = 43+251+229=523 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.22% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBE5 is #D4041A. Grayscale: #BABABA. Windows color (decimal): -13894683 or 15072043. OLE color: 15072043.
HSL color Cylindrical-coordinate representation of color #2BFBE5: hue angle of 173.65º 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 #2BFBE5 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 229 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.02 |
| HSL | 173.65º | 0.96% | 0.58% | - |
| HSV(B) | 173.65º | 0.83% | 0.98% | - |
| XYZ | 49.64 | 75.17 | 86.02 | - |
| YUV | 186.3 | 152.09 | 25.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 229 | 0.83 | 0 | 0.09 | 0.02 | 173.65 | 0.96 | 0.58 |
| Hex | 2B | FB | E5 | 53 | 0 | 9 | 2 | AE | 60 | 3A |
| Octal | 53 | 373 | 345 | 123 | 0 | 11 | 2 | 256 | 140 | 72 |
| Binary | 101011 | 11111011 | 11100101 | 1010011 | 0 | 1001 | 10 | 10101110 | 1100000 | 111010 |
Color Harmonies of #2BFBE5
Complementary color
Monochromatic Colors of #2BFBE5
Black with #2BFBE5
Text Example
Text Example
White with #2BFBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBE5; }
p { color: rgb(43,251,229); }
H1.HeaderClassName
{
color: #2BFBE5;
}
.AnyTagClassName
{
color: #2BFBE5;
}
</style>
background-color css
<style>
a { background-color: #2BFBE5; }
a { background-color: rgb(43,251,229); }
div.DivClassName
{
background-color: #2BFBE5;
}
.BgClassName
{
background-color: #2BFBE5;
}
</style>
border-color css
<style>
span { border-color: #2BFBE5; }
span { border-color: rgb(43,251,229); }
td.TdClassName
{
border-color: #2BFBE5;
}
.TagClassName
{
border-color: #2BFBE5;
}
</style>