Shades of Turquoise #2BFFD1
Tints of Turquoise #2BFFD1
RGB
CMYK
RGB Variations
Color information
#2BFFD1 (or 0x2BFFD1) is known color: Turquoise. HEX triplet: 2B, FF and D1. RGB value is (43,255,209). Sum of RGB (Red+Green+Blue) = 43+255+209=507 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.48% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFD1 is #D4002E. Grayscale: #BABABA. Windows color (decimal): -13893679 or 13762347. OLE color: 13762347.
HSL color Cylindrical-coordinate representation of color #2BFFD1: hue angle of 166.98º 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 #2BFFD1 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 209 | - |
| CMYK | 0.83 | 0 | 0.18 | 0 |
| HSL | 166.98º | 1% | 0.58% | - |
| HSV(B) | 166.98º | 0.83% | 1% | - |
| XYZ | 48.26 | 76.64 | 72.57 | - |
| YUV | 186.37 | 140.76 | 25.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 209 | 0.83 | 0 | 0.18 | 0 | 166.98 | 1 | 0.58 |
| Hex | 2B | FF | D1 | 53 | 0 | 12 | 0 | A7 | 64 | 3A |
| Octal | 53 | 377 | 321 | 123 | 0 | 22 | 0 | 247 | 144 | 72 |
| Binary | 101011 | 11111111 | 11010001 | 1010011 | 0 | 10010 | 0 | 10100111 | 1100100 | 111010 |
Color Harmonies of #2BFFD1
Complementary color
Monochromatic Colors of #2BFFD1
Black with #2BFFD1
Text Example
Text Example
White with #2BFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFD1; }
p { color: rgb(43,255,209); }
H1.HeaderClassName
{
color: #2BFFD1;
}
.AnyTagClassName
{
color: #2BFFD1;
}
</style>
background-color css
<style>
a { background-color: #2BFFD1; }
a { background-color: rgb(43,255,209); }
div.DivClassName
{
background-color: #2BFFD1;
}
.BgClassName
{
background-color: #2BFFD1;
}
</style>
border-color css
<style>
span { border-color: #2BFFD1; }
span { border-color: rgb(43,255,209); }
td.TdClassName
{
border-color: #2BFFD1;
}
.TagClassName
{
border-color: #2BFFD1;
}
</style>