Shades of Turquoise #2BDCEC
Tints of Turquoise #2BDCEC
RGB
CMYK
RGB Variations
Color information
#2BDCEC (or 0x2BDCEC) is known color: Turquoise. HEX triplet: 2B, DC and EC. RGB value is (43,220,236). Sum of RGB (Red+Green+Blue) = 43+220+236=499 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.62% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #2BDCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDCEC is #D42313. Grayscale: #A8A8A8. Windows color (decimal): -13902612 or 15522859. OLE color: 15522859.
HSL color Cylindrical-coordinate representation of color #2BDCEC: hue angle of 184.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDCEC is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 220 | 236 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.07 |
| HSL | 184.97º | 0.84% | 0.55% | - |
| HSV(B) | 184.97º | 0.82% | 0.93% | - |
| XYZ | 41.73 | 57.76 | 88.31 | - |
| YUV | 168.9 | 165.86 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 236 | 0.82 | 0.07 | 0 | 0.07 | 184.97 | 0.84 | 0.55 |
| Hex | 2B | DC | EC | 52 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 53 | 334 | 354 | 122 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101011 | 11011100 | 11101100 | 1010010 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2BDCEC
Complementary color
Monochromatic Colors of #2BDCEC
Black with #2BDCEC
Text Example
Text Example
White with #2BDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCEC; }
p { color: rgb(43,220,236); }
H1.HeaderClassName
{
color: #2BDCEC;
}
.AnyTagClassName
{
color: #2BDCEC;
}
</style>
background-color css
<style>
a { background-color: #2BDCEC; }
a { background-color: rgb(43,220,236); }
div.DivClassName
{
background-color: #2BDCEC;
}
.BgClassName
{
background-color: #2BDCEC;
}
</style>
border-color css
<style>
span { border-color: #2BDCEC; }
span { border-color: rgb(43,220,236); }
td.TdClassName
{
border-color: #2BDCEC;
}
.TagClassName
{
border-color: #2BDCEC;
}
</style>