Shades of Turquoise #2BD8CC
Tints of Turquoise #2BD8CC
RGB
CMYK
RGB Variations
Color information
#2BD8CC (or 0x2BD8CC) is known color: Turquoise. HEX triplet: 2B, D8 and CC. RGB value is (43,216,204). Sum of RGB (Red+Green+Blue) = 43+216+204=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD8CC is #D42733. Grayscale: #A2A2A2. Windows color (decimal): -13903668 or 13424683. OLE color: 13424683.
HSL color Cylindrical-coordinate representation of color #2BD8CC: hue angle of 175.84º 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 #2BD8CC is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 204 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.15 |
| HSL | 175.84º | 0.69% | 0.51% | - |
| HSV(B) | 175.84º | 0.8% | 0.85% | - |
| XYZ | 36.45 | 53.98 | 65.63 | - |
| YUV | 162.91 | 151.19 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 204 | 0.80 | 0 | 0.06 | 0.15 | 175.84 | 0.69 | 0.51 |
| Hex | 2B | D8 | CC | 50 | 0 | 6 | F | B0 | 45 | 33 |
| Octal | 53 | 330 | 314 | 120 | 0 | 6 | 17 | 260 | 105 | 63 |
| Binary | 101011 | 11011000 | 11001100 | 1010000 | 0 | 110 | 1111 | 10110000 | 1000101 | 110011 |
Color Harmonies of #2BD8CC
Complementary color
Monochromatic Colors of #2BD8CC
Black with #2BD8CC
Text Example
Text Example
White with #2BD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD8CC; }
p { color: rgb(43,216,204); }
H1.HeaderClassName
{
color: #2BD8CC;
}
.AnyTagClassName
{
color: #2BD8CC;
}
</style>
background-color css
<style>
a { background-color: #2BD8CC; }
a { background-color: rgb(43,216,204); }
div.DivClassName
{
background-color: #2BD8CC;
}
.BgClassName
{
background-color: #2BD8CC;
}
</style>
border-color css
<style>
span { border-color: #2BD8CC; }
span { border-color: rgb(43,216,204); }
td.TdClassName
{
border-color: #2BD8CC;
}
.TagClassName
{
border-color: #2BD8CC;
}
</style>