Shades of Turquoise #2BDACE
Tints of Turquoise #2BDACE
RGB
CMYK
RGB Variations
Color information
#2BDACE (or 0x2BDACE) is known color: Turquoise. HEX triplet: 2B, DA and CE. RGB value is (43,218,206). Sum of RGB (Red+Green+Blue) = 43+218+206=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDACE is #D42531. Grayscale: #A4A4A4. Windows color (decimal): -13903154 or 13556267. OLE color: 13556267.
HSL color Cylindrical-coordinate representation of color #2BDACE: hue angle of 175.89º degrees, saturation: 0.7, 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 #2BDACE is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 206 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.15 |
| HSL | 175.89º | 0.7% | 0.51% | - |
| HSV(B) | 175.89º | 0.8% | 0.85% | - |
| XYZ | 37.21 | 55.11 | 67.07 | - |
| YUV | 164.31 | 151.52 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 206 | 0.80 | 0 | 0.06 | 0.15 | 175.89 | 0.7 | 0.51 |
| Hex | 2B | DA | CE | 50 | 0 | 6 | F | B0 | 46 | 33 |
| Octal | 53 | 332 | 316 | 120 | 0 | 6 | 17 | 260 | 106 | 63 |
| Binary | 101011 | 11011010 | 11001110 | 1010000 | 0 | 110 | 1111 | 10110000 | 1000110 | 110011 |
Color Harmonies of #2BDACE
Complementary color
Monochromatic Colors of #2BDACE
Black with #2BDACE
Text Example
Text Example
White with #2BDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDACE; }
p { color: rgb(43,218,206); }
H1.HeaderClassName
{
color: #2BDACE;
}
.AnyTagClassName
{
color: #2BDACE;
}
</style>
background-color css
<style>
a { background-color: #2BDACE; }
a { background-color: rgb(43,218,206); }
div.DivClassName
{
background-color: #2BDACE;
}
.BgClassName
{
background-color: #2BDACE;
}
</style>
border-color css
<style>
span { border-color: #2BDACE; }
span { border-color: rgb(43,218,206); }
td.TdClassName
{
border-color: #2BDACE;
}
.TagClassName
{
border-color: #2BDACE;
}
</style>