Shades of Turquoise #2BD2BD
Tints of Turquoise #2BD2BD
RGB
CMYK
RGB Variations
Color information
#2BD2BD (or 0x2BD2BD) is known color: Turquoise. HEX triplet: 2B, D2 and BD. RGB value is (43,210,189). Sum of RGB (Red+Green+Blue) = 43+210+189=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #2BD2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD2BD is #D42D42. Grayscale: #9D9D9D. Windows color (decimal): -13905219 or 12440107. OLE color: 12440107.
HSL color Cylindrical-coordinate representation of color #2BD2BD: hue angle of 172.46º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD2BD is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 210 | 189 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.18 |
| HSL | 172.46º | 0.66% | 0.5% | - |
| HSV(B) | 172.46º | 0.8% | 0.82% | - |
| XYZ | 33.23 | 50.28 | 56.1 | - |
| YUV | 157.67 | 145.67 | 46.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 210 | 189 | 0.80 | 0 | 0.10 | 0.18 | 172.46 | 0.66 | 0.5 |
| Hex | 2B | D2 | BD | 50 | 0 | A | 12 | AC | 42 | 32 |
| Octal | 53 | 322 | 275 | 120 | 0 | 12 | 22 | 254 | 102 | 62 |
| Binary | 101011 | 11010010 | 10111101 | 1010000 | 0 | 1010 | 10010 | 10101100 | 1000010 | 110010 |
Color Harmonies of #2BD2BD
Complementary color
Monochromatic Colors of #2BD2BD
Black with #2BD2BD
Text Example
Text Example
White with #2BD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD2BD; }
p { color: rgb(43,210,189); }
H1.HeaderClassName
{
color: #2BD2BD;
}
.AnyTagClassName
{
color: #2BD2BD;
}
</style>
background-color css
<style>
a { background-color: #2BD2BD; }
a { background-color: rgb(43,210,189); }
div.DivClassName
{
background-color: #2BD2BD;
}
.BgClassName
{
background-color: #2BD2BD;
}
</style>
border-color css
<style>
span { border-color: #2BD2BD; }
span { border-color: rgb(43,210,189); }
td.TdClassName
{
border-color: #2BD2BD;
}
.TagClassName
{
border-color: #2BD2BD;
}
</style>