Shades of Turquoise #2BFFD7
Tints of Turquoise #2BFFD7
RGB
CMYK
RGB Variations
Color information
#2BFFD7 (or 0x2BFFD7) is known color: Turquoise. HEX triplet: 2B, FF and D7. RGB value is (43,255,215). Sum of RGB (Red+Green+Blue) = 43+255+215=513 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.38% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFD7 is #D40028. Grayscale: #BBBBBB. Windows color (decimal): -13893673 or 14155563. OLE color: 14155563.
HSL color Cylindrical-coordinate representation of color #2BFFD7: hue angle of 168.68º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFD7 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 215 | - |
| CMYK | 0.83 | 0 | 0.16 | 0 |
| HSL | 168.68º | 1% | 0.58% | - |
| HSV(B) | 168.68º | 0.83% | 1% | - |
| XYZ | 49.02 | 76.94 | 76.56 | - |
| YUV | 187.05 | 143.76 | 25.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 215 | 0.83 | 0 | 0.16 | 0 | 168.68 | 1 | 0.58 |
| Hex | 2B | FF | D7 | 53 | 0 | 10 | 0 | A9 | 64 | 3A |
| Octal | 53 | 377 | 327 | 123 | 0 | 20 | 0 | 251 | 144 | 72 |
| Binary | 101011 | 11111111 | 11010111 | 1010011 | 0 | 10000 | 0 | 10101001 | 1100100 | 111010 |
Color Harmonies of #2BFFD7
Complementary color
Monochromatic Colors of #2BFFD7
Black with #2BFFD7
Text Example
Text Example
White with #2BFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFD7; }
p { color: rgb(43,255,215); }
H1.HeaderClassName
{
color: #2BFFD7;
}
.AnyTagClassName
{
color: #2BFFD7;
}
</style>
background-color css
<style>
a { background-color: #2BFFD7; }
a { background-color: rgb(43,255,215); }
div.DivClassName
{
background-color: #2BFFD7;
}
.BgClassName
{
background-color: #2BFFD7;
}
</style>
border-color css
<style>
span { border-color: #2BFFD7; }
span { border-color: rgb(43,255,215); }
td.TdClassName
{
border-color: #2BFFD7;
}
.TagClassName
{
border-color: #2BFFD7;
}
</style>