Shades of Turquoise #2BDCEA
Tints of Turquoise #2BDCEA
RGB
CMYK
RGB Variations
Color information
#2BDCEA (or 0x2BDCEA) is known color: Turquoise. HEX triplet: 2B, DC and EA. RGB value is (43,220,234). Sum of RGB (Red+Green+Blue) = 43+220+234=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDCEA is #D42315. Grayscale: #A8A8A8. Windows color (decimal): -13902614 or 15391787. OLE color: 15391787.
HSL color Cylindrical-coordinate representation of color #2BDCEA: hue angle of 184.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDCEA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 220 | 234 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.08 |
| HSL | 184.4º | 0.82% | 0.54% | - |
| HSV(B) | 184.4º | 0.82% | 0.92% | - |
| XYZ | 41.44 | 57.64 | 86.78 | - |
| YUV | 168.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 234 | 0.82 | 0.06 | 0 | 0.08 | 184.4 | 0.82 | 0.54 |
| Hex | 2B | DC | EA | 52 | 6 | 0 | 8 | B8 | 52 | 36 |
| Octal | 53 | 334 | 352 | 122 | 6 | 0 | 10 | 270 | 122 | 66 |
| Binary | 101011 | 11011100 | 11101010 | 1010010 | 110 | 0 | 1000 | 10111000 | 1010010 | 110110 |
Color Harmonies of #2BDCEA
Complementary color
Monochromatic Colors of #2BDCEA
Black with #2BDCEA
Text Example
Text Example
White with #2BDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCEA; }
p { color: rgb(43,220,234); }
H1.HeaderClassName
{
color: #2BDCEA;
}
.AnyTagClassName
{
color: #2BDCEA;
}
</style>
background-color css
<style>
a { background-color: #2BDCEA; }
a { background-color: rgb(43,220,234); }
div.DivClassName
{
background-color: #2BDCEA;
}
.BgClassName
{
background-color: #2BDCEA;
}
</style>
border-color css
<style>
span { border-color: #2BDCEA; }
span { border-color: rgb(43,220,234); }
td.TdClassName
{
border-color: #2BDCEA;
}
.TagClassName
{
border-color: #2BDCEA;
}
</style>