Shades of Turquoise #2BCED6
Tints of Turquoise #2BCED6
RGB
CMYK
RGB Variations
Color information
#2BCED6 (or 0x2BCED6) is known color: Turquoise. HEX triplet: 2B, CE and D6. RGB value is (43,206,214). Sum of RGB (Red+Green+Blue) = 43+206+214=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #2BCED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCED6 is #D43129. Grayscale: #9D9D9D. Windows color (decimal): -13906218 or 14077483. OLE color: 14077483.
HSL color Cylindrical-coordinate representation of color #2BCED6: hue angle of 182.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCED6 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 206 | 214 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.16 |
| HSL | 182.81º | 0.68% | 0.5% | - |
| HSV(B) | 182.81º | 0.8% | 0.84% | - |
| XYZ | 35.21 | 49.51 | 71.32 | - |
| YUV | 158.18 | 159.5 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 214 | 0.80 | 0.04 | 0 | 0.16 | 182.81 | 0.68 | 0.5 |
| Hex | 2B | CE | D6 | 50 | 4 | 0 | 10 | B7 | 44 | 32 |
| Octal | 53 | 316 | 326 | 120 | 4 | 0 | 20 | 267 | 104 | 62 |
| Binary | 101011 | 11001110 | 11010110 | 1010000 | 100 | 0 | 10000 | 10110111 | 1000100 | 110010 |
Color Harmonies of #2BCED6
Complementary color
Monochromatic Colors of #2BCED6
Black with #2BCED6
Text Example
Text Example
White with #2BCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCED6; }
p { color: rgb(43,206,214); }
H1.HeaderClassName
{
color: #2BCED6;
}
.AnyTagClassName
{
color: #2BCED6;
}
</style>
background-color css
<style>
a { background-color: #2BCED6; }
a { background-color: rgb(43,206,214); }
div.DivClassName
{
background-color: #2BCED6;
}
.BgClassName
{
background-color: #2BCED6;
}
</style>
border-color css
<style>
span { border-color: #2BCED6; }
span { border-color: rgb(43,206,214); }
td.TdClassName
{
border-color: #2BCED6;
}
.TagClassName
{
border-color: #2BCED6;
}
</style>