Shades of Turquoise #2BCEDC
Tints of Turquoise #2BCEDC
RGB
CMYK
RGB Variations
Color information
#2BCEDC (or 0x2BCEDC) is known color: Turquoise. HEX triplet: 2B, CE and DC. RGB value is (43,206,220). Sum of RGB (Red+Green+Blue) = 43+206+220=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCEDC is #D43123. Grayscale: #9E9E9E. Windows color (decimal): -13906212 or 14470699. OLE color: 14470699.
HSL color Cylindrical-coordinate representation of color #2BCEDC: hue angle of 184.75º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCEDC is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 206 | 220 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.14 |
| HSL | 184.75º | 0.72% | 0.52% | - |
| HSV(B) | 184.75º | 0.8% | 0.86% | - |
| XYZ | 35.99 | 49.82 | 75.43 | - |
| YUV | 158.86 | 162.5 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 220 | 0.80 | 0.06 | 0 | 0.14 | 184.75 | 0.72 | 0.52 |
| Hex | 2B | CE | DC | 50 | 6 | 0 | E | B9 | 48 | 34 |
| Octal | 53 | 316 | 334 | 120 | 6 | 0 | 16 | 271 | 110 | 64 |
| Binary | 101011 | 11001110 | 11011100 | 1010000 | 110 | 0 | 1110 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2BCEDC
Complementary color
Monochromatic Colors of #2BCEDC
Black with #2BCEDC
Text Example
Text Example
White with #2BCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCEDC; }
p { color: rgb(43,206,220); }
H1.HeaderClassName
{
color: #2BCEDC;
}
.AnyTagClassName
{
color: #2BCEDC;
}
</style>
background-color css
<style>
a { background-color: #2BCEDC; }
a { background-color: rgb(43,206,220); }
div.DivClassName
{
background-color: #2BCEDC;
}
.BgClassName
{
background-color: #2BCEDC;
}
</style>
border-color css
<style>
span { border-color: #2BCEDC; }
span { border-color: rgb(43,206,220); }
td.TdClassName
{
border-color: #2BCEDC;
}
.TagClassName
{
border-color: #2BCEDC;
}
</style>