Shades of Turquoise #2BFBE4
Tints of Turquoise #2BFBE4
RGB
CMYK
RGB Variations
Color information
#2BFBE4 (or 0x2BFBE4) is known color: Turquoise. HEX triplet: 2B, FB and E4. RGB value is (43,251,228). Sum of RGB (Red+Green+Blue) = 43+251+228=522 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.24% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBE4 is #D4041B. Grayscale: #BABABA. Windows color (decimal): -13894684 or 15006507. OLE color: 15006507.
HSL color Cylindrical-coordinate representation of color #2BFBE4: hue angle of 173.37º 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 #2BFBE4 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 228 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.02 |
| HSL | 173.37º | 0.96% | 0.58% | - |
| HSV(B) | 173.37º | 0.83% | 0.98% | - |
| XYZ | 49.5 | 75.11 | 85.29 | - |
| YUV | 186.19 | 151.59 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 228 | 0.83 | 0 | 0.09 | 0.02 | 173.37 | 0.96 | 0.58 |
| Hex | 2B | FB | E4 | 53 | 0 | 9 | 2 | AD | 60 | 3A |
| Octal | 53 | 373 | 344 | 123 | 0 | 11 | 2 | 255 | 140 | 72 |
| Binary | 101011 | 11111011 | 11100100 | 1010011 | 0 | 1001 | 10 | 10101101 | 1100000 | 111010 |
Color Harmonies of #2BFBE4
Complementary color
Monochromatic Colors of #2BFBE4
Black with #2BFBE4
Text Example
Text Example
White with #2BFBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBE4; }
p { color: rgb(43,251,228); }
H1.HeaderClassName
{
color: #2BFBE4;
}
.AnyTagClassName
{
color: #2BFBE4;
}
</style>
background-color css
<style>
a { background-color: #2BFBE4; }
a { background-color: rgb(43,251,228); }
div.DivClassName
{
background-color: #2BFBE4;
}
.BgClassName
{
background-color: #2BFBE4;
}
</style>
border-color css
<style>
span { border-color: #2BFBE4; }
span { border-color: rgb(43,251,228); }
td.TdClassName
{
border-color: #2BFBE4;
}
.TagClassName
{
border-color: #2BFBE4;
}
</style>