Shades of Turquoise #2BF2B5
Tints of Turquoise #2BF2B5
RGB
CMYK
RGB Variations
Color information
#2BF2B5 (or 0x2BF2B5) is known color: Turquoise. HEX triplet: 2B, F2 and B5. RGB value is (43,242,181). Sum of RGB (Red+Green+Blue) = 43+242+181=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #2BF2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BF2B5 is #D40D4A. Grayscale: #AFAFAF. Windows color (decimal): -13897035 or 11924011. OLE color: 11924011.
HSL color Cylindrical-coordinate representation of color #2BF2B5: hue angle of 161.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BF2B5 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 242 | 181 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.05 |
| HSL | 161.61º | 0.88% | 0.56% | - |
| HSV(B) | 161.61º | 0.82% | 0.95% | - |
| XYZ | 41.09 | 67.35 | 54.55 | - |
| YUV | 175.55 | 131.07 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 242 | 181 | 0.82 | 0 | 0.25 | 0.05 | 161.61 | 0.88 | 0.56 |
| Hex | 2B | F2 | B5 | 52 | 0 | 19 | 5 | A2 | 58 | 38 |
| Octal | 53 | 362 | 265 | 122 | 0 | 31 | 5 | 242 | 130 | 70 |
| Binary | 101011 | 11110010 | 10110101 | 1010010 | 0 | 11001 | 101 | 10100010 | 1011000 | 111000 |
Color Harmonies of #2BF2B5
Complementary color
Monochromatic Colors of #2BF2B5
Black with #2BF2B5
Text Example
Text Example
White with #2BF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF2B5; }
p { color: rgb(43,242,181); }
H1.HeaderClassName
{
color: #2BF2B5;
}
.AnyTagClassName
{
color: #2BF2B5;
}
</style>
background-color css
<style>
a { background-color: #2BF2B5; }
a { background-color: rgb(43,242,181); }
div.DivClassName
{
background-color: #2BF2B5;
}
.BgClassName
{
background-color: #2BF2B5;
}
</style>
border-color css
<style>
span { border-color: #2BF2B5; }
span { border-color: rgb(43,242,181); }
td.TdClassName
{
border-color: #2BF2B5;
}
.TagClassName
{
border-color: #2BF2B5;
}
</style>