Shades of Turquoise #2BDAB8
Tints of Turquoise #2BDAB8
RGB
CMYK
RGB Variations
Color information
#2BDAB8 (or 0x2BDAB8) is known color: Turquoise. HEX triplet: 2B, DA and B8. RGB value is (43,218,184). Sum of RGB (Red+Green+Blue) = 43+218+184=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 218 (85.55% from 255 or 48.99% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDAB8 is #D42547. Grayscale: #A1A1A1. Windows color (decimal): -13903176 or 12114475. OLE color: 12114475.
HSL color Cylindrical-coordinate representation of color #2BDAB8: hue angle of 168.34º 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 #2BDAB8 is Cyan = 0.80, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 43 | 218 | 184 | - |
CMYK | 0.80 | 0 | 0.16 | 0.15 |
HSL | 168.34º | 0.7% | 0.51% | - |
HSV(B) | 168.34º | 0.8% | 0.85% | - |
XYZ | 34.72 | 54.12 | 53.96 | - |
YUV | 161.8 | 140.52 | 43.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 218 | 184 | 0.80 | 0 | 0.16 | 0.15 | 168.34 | 0.7 | 0.51 |
Hex | 2B | DA | B8 | 50 | 0 | 10 | F | A8 | 46 | 33 |
Octal | 53 | 332 | 270 | 120 | 0 | 20 | 17 | 250 | 106 | 63 |
Binary | 101011 | 11011010 | 10111000 | 1010000 | 0 | 10000 | 1111 | 10101000 | 1000110 | 110011 |
Color Harmonies of #2BDAB8
Complementary color
Monochromatic Colors of #2BDAB8
Black with #2BDAB8
Text Example
Text Example
White with #2BDAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDAB8; }
p { color: rgb(43,218,184); }
H1.HeaderClassName
{
color: #2BDAB8;
}
.AnyTagClassName
{
color: #2BDAB8;
}
</style>
background-color css
<style>
a { background-color: #2BDAB8; }
a { background-color: rgb(43,218,184); }
div.DivClassName
{
background-color: #2BDAB8;
}
.BgClassName
{
background-color: #2BDAB8;
}
</style>
border-color css
<style>
span { border-color: #2BDAB8; }
span { border-color: rgb(43,218,184); }
td.TdClassName
{
border-color: #2BDAB8;
}
.TagClassName
{
border-color: #2BDAB8;
}
</style>