Shades of Turquoise #2BFDD9
Tints of Turquoise #2BFDD9
RGB
CMYK
RGB Variations
Color information
#2BFDD9 (or 0x2BFDD9) is known color: Turquoise. HEX triplet: 2B, FD and D9. RGB value is (43,253,217). Sum of RGB (Red+Green+Blue) = 43+253+217=513 (67% of max value = 765). Red value is 43 (17.19% from 255 or 8.38% from 513); Green value is 253 (99.22% from 255 or 49.32% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFDD9 is #D40226. Grayscale: #BABABA. Windows color (decimal): -13894183 or 14286123. OLE color: 14286123.
HSL color Cylindrical-coordinate representation of color #2BFDD9: hue angle of 169.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDD9 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 217 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.01 |
| HSL | 169.71º | 0.98% | 0.58% | - |
| HSV(B) | 169.71º | 0.83% | 0.99% | - |
| XYZ | 48.65 | 75.77 | 77.71 | - |
| YUV | 186.11 | 145.43 | 25.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 217 | 0.83 | 0 | 0.14 | 0.01 | 169.71 | 0.98 | 0.58 |
| Hex | 2B | FD | D9 | 53 | 0 | E | 1 | AA | 62 | 3A |
| Octal | 53 | 375 | 331 | 123 | 0 | 16 | 1 | 252 | 142 | 72 |
| Binary | 101011 | 11111101 | 11011001 | 1010011 | 0 | 1110 | 1 | 10101010 | 1100010 | 111010 |
Color Harmonies of #2BFDD9
Complementary color
Monochromatic Colors of #2BFDD9
Black with #2BFDD9
Text Example
Text Example
White with #2BFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDD9; }
p { color: rgb(43,253,217); }
H1.HeaderClassName
{
color: #2BFDD9;
}
.AnyTagClassName
{
color: #2BFDD9;
}
</style>
background-color css
<style>
a { background-color: #2BFDD9; }
a { background-color: rgb(43,253,217); }
div.DivClassName
{
background-color: #2BFDD9;
}
.BgClassName
{
background-color: #2BFDD9;
}
</style>
border-color css
<style>
span { border-color: #2BFDD9; }
span { border-color: rgb(43,253,217); }
td.TdClassName
{
border-color: #2BFDD9;
}
.TagClassName
{
border-color: #2BFDD9;
}
</style>