Shades of Turquoise #2BDBC5
Tints of Turquoise #2BDBC5
RGB
CMYK
RGB Variations
Color information
#2BDBC5 (or 0x2BDBC5) is known color: Turquoise. HEX triplet: 2B, DB and C5. RGB value is (43,219,197). Sum of RGB (Red+Green+Blue) = 43+219+197=459 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.37% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBC5 is #D4243A. Grayscale: #A3A3A3. Windows color (decimal): -13902907 or 12966699. OLE color: 12966699.
HSL color Cylindrical-coordinate representation of color #2BDBC5: hue angle of 172.5º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDBC5 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 197 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.14 |
| HSL | 172.5º | 0.71% | 0.51% | - |
| HSV(B) | 172.5º | 0.8% | 0.86% | - |
| XYZ | 36.41 | 55.21 | 61.56 | - |
| YUV | 163.87 | 146.69 | 41.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 197 | 0.80 | 0 | 0.10 | 0.14 | 172.5 | 0.71 | 0.51 |
| Hex | 2B | DB | C5 | 50 | 0 | A | E | AC | 47 | 33 |
| Octal | 53 | 333 | 305 | 120 | 0 | 12 | 16 | 254 | 107 | 63 |
| Binary | 101011 | 11011011 | 11000101 | 1010000 | 0 | 1010 | 1110 | 10101100 | 1000111 | 110011 |
Color Harmonies of #2BDBC5
Complementary color
Monochromatic Colors of #2BDBC5
Black with #2BDBC5
Text Example
Text Example
White with #2BDBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBC5; }
p { color: rgb(43,219,197); }
H1.HeaderClassName
{
color: #2BDBC5;
}
.AnyTagClassName
{
color: #2BDBC5;
}
</style>
background-color css
<style>
a { background-color: #2BDBC5; }
a { background-color: rgb(43,219,197); }
div.DivClassName
{
background-color: #2BDBC5;
}
.BgClassName
{
background-color: #2BDBC5;
}
</style>
border-color css
<style>
span { border-color: #2BDBC5; }
span { border-color: rgb(43,219,197); }
td.TdClassName
{
border-color: #2BDBC5;
}
.TagClassName
{
border-color: #2BDBC5;
}
</style>