Shades of Turquoise #2BCEDB
Tints of Turquoise #2BCEDB
RGB
CMYK
RGB Variations
Color information
#2BCEDB (or 0x2BCEDB) is known color: Turquoise. HEX triplet: 2B, CE and DB. RGB value is (43,206,219). Sum of RGB (Red+Green+Blue) = 43+206+219=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BCEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEDB is #D43124. Grayscale: #9E9E9E. Windows color (decimal): -13906213 or 14405163. OLE color: 14405163.
HSL color Cylindrical-coordinate representation of color #2BCEDB: hue angle of 184.43º 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 #2BCEDB is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 206 | 219 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.43º | 0.71% | 0.51% | - |
| HSV(B) | 184.43º | 0.8% | 0.86% | - |
| XYZ | 35.85 | 49.77 | 74.73 | - |
| YUV | 158.75 | 162 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 219 | 0.80 | 0.06 | 0 | 0.14 | 184.43 | 0.71 | 0.51 |
| Hex | 2B | CE | DB | 50 | 6 | 0 | E | B8 | 47 | 33 |
| Octal | 53 | 316 | 333 | 120 | 6 | 0 | 16 | 270 | 107 | 63 |
| Binary | 101011 | 11001110 | 11011011 | 1010000 | 110 | 0 | 1110 | 10111000 | 1000111 | 110011 |
Color Harmonies of #2BCEDB
Complementary color
Monochromatic Colors of #2BCEDB
Black with #2BCEDB
Text Example
Text Example
White with #2BCEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEDB; }
p { color: rgb(43,206,219); }
H1.HeaderClassName
{
color: #2BCEDB;
}
.AnyTagClassName
{
color: #2BCEDB;
}
</style>
background-color css
<style>
a { background-color: #2BCEDB; }
a { background-color: rgb(43,206,219); }
div.DivClassName
{
background-color: #2BCEDB;
}
.BgClassName
{
background-color: #2BCEDB;
}
</style>
border-color css
<style>
span { border-color: #2BCEDB; }
span { border-color: rgb(43,206,219); }
td.TdClassName
{
border-color: #2BCEDB;
}
.TagClassName
{
border-color: #2BCEDB;
}
</style>