Shades of Turquoise #2BFBD8
Tints of Turquoise #2BFBD8
RGB
CMYK
RGB Variations
Color information
#2BFBD8 (or 0x2BFBD8) is known color: Turquoise. HEX triplet: 2B, FB and D8. RGB value is (43,251,216). Sum of RGB (Red+Green+Blue) = 43+251+216=510 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.43% from 510); Green value is 251 (98.44% from 255 or 49.22% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBD8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFBD8 is #D40427. Grayscale: #B8B8B8. Windows color (decimal): -13894696 or 14220075. OLE color: 14220075.
HSL color Cylindrical-coordinate representation of color #2BFBD8: hue angle of 169.9º 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 #2BFBD8 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 216 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.02 |
| HSL | 169.9º | 0.96% | 0.58% | - |
| HSV(B) | 169.9º | 0.83% | 0.98% | - |
| XYZ | 47.89 | 74.47 | 76.82 | - |
| YUV | 184.82 | 145.59 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 216 | 0.83 | 0 | 0.14 | 0.02 | 169.9 | 0.96 | 0.58 |
| Hex | 2B | FB | D8 | 53 | 0 | E | 2 | AA | 60 | 3A |
| Octal | 53 | 373 | 330 | 123 | 0 | 16 | 2 | 252 | 140 | 72 |
| Binary | 101011 | 11111011 | 11011000 | 1010011 | 0 | 1110 | 10 | 10101010 | 1100000 | 111010 |
Color Harmonies of #2BFBD8
Complementary color
Monochromatic Colors of #2BFBD8
Black with #2BFBD8
Text Example
Text Example
White with #2BFBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBD8; }
p { color: rgb(43,251,216); }
H1.HeaderClassName
{
color: #2BFBD8;
}
.AnyTagClassName
{
color: #2BFBD8;
}
</style>
background-color css
<style>
a { background-color: #2BFBD8; }
a { background-color: rgb(43,251,216); }
div.DivClassName
{
background-color: #2BFBD8;
}
.BgClassName
{
background-color: #2BFBD8;
}
</style>
border-color css
<style>
span { border-color: #2BFBD8; }
span { border-color: rgb(43,251,216); }
td.TdClassName
{
border-color: #2BFBD8;
}
.TagClassName
{
border-color: #2BFBD8;
}
</style>