Shades of Turquoise #2BD8D0
Tints of Turquoise #2BD8D0
RGB
CMYK
RGB Variations
Color information
#2BD8D0 (or 0x2BD8D0) is known color: Turquoise. HEX triplet: 2B, D8 and D0. RGB value is (43,216,208). Sum of RGB (Red+Green+Blue) = 43+216+208=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD8D0 is #D4272F. Grayscale: #A3A3A3. Windows color (decimal): -13903664 or 13686827. OLE color: 13686827.
HSL color Cylindrical-coordinate representation of color #2BD8D0: hue angle of 177.23º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD8D0 is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 208 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.15 |
| HSL | 177.23º | 0.69% | 0.51% | - |
| HSV(B) | 177.23º | 0.8% | 0.85% | - |
| XYZ | 36.94 | 54.18 | 68.19 | - |
| YUV | 163.36 | 153.19 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 208 | 0.80 | 0 | 0.04 | 0.15 | 177.23 | 0.69 | 0.51 |
| Hex | 2B | D8 | D0 | 50 | 0 | 4 | F | B1 | 45 | 33 |
| Octal | 53 | 330 | 320 | 120 | 0 | 4 | 17 | 261 | 105 | 63 |
| Binary | 101011 | 11011000 | 11010000 | 1010000 | 0 | 100 | 1111 | 10110001 | 1000101 | 110011 |
Color Harmonies of #2BD8D0
Complementary color
Monochromatic Colors of #2BD8D0
Black with #2BD8D0
Text Example
Text Example
White with #2BD8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD8D0; }
p { color: rgb(43,216,208); }
H1.HeaderClassName
{
color: #2BD8D0;
}
.AnyTagClassName
{
color: #2BD8D0;
}
</style>
background-color css
<style>
a { background-color: #2BD8D0; }
a { background-color: rgb(43,216,208); }
div.DivClassName
{
background-color: #2BD8D0;
}
.BgClassName
{
background-color: #2BD8D0;
}
</style>
border-color css
<style>
span { border-color: #2BD8D0; }
span { border-color: rgb(43,216,208); }
td.TdClassName
{
border-color: #2BD8D0;
}
.TagClassName
{
border-color: #2BD8D0;
}
</style>