Shades of Turquoise #2BEBCD
Tints of Turquoise #2BEBCD
RGB
CMYK
RGB Variations
Color information
#2BEBCD (or 0x2BEBCD) is known color: Turquoise. HEX triplet: 2B, EB and CD. RGB value is (43,235,205). Sum of RGB (Red+Green+Blue) = 43+235+205=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEBCD is #D41432. Grayscale: #AEAEAE. Windows color (decimal): -13898803 or 13495083. OLE color: 13495083.
HSL color Cylindrical-coordinate representation of color #2BEBCD: hue angle of 170.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEBCD is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 205 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.08 |
| HSL | 170.63º | 0.83% | 0.55% | - |
| HSV(B) | 170.63º | 0.82% | 0.92% | - |
| XYZ | 41.72 | 64.34 | 67.98 | - |
| YUV | 174.17 | 145.39 | 34.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 205 | 0.82 | 0 | 0.13 | 0.08 | 170.63 | 0.83 | 0.55 |
| Hex | 2B | EB | CD | 52 | 0 | D | 8 | AB | 53 | 37 |
| Octal | 53 | 353 | 315 | 122 | 0 | 15 | 10 | 253 | 123 | 67 |
| Binary | 101011 | 11101011 | 11001101 | 1010010 | 0 | 1101 | 1000 | 10101011 | 1010011 | 110111 |
Color Harmonies of #2BEBCD
Complementary color
Monochromatic Colors of #2BEBCD
Black with #2BEBCD
Text Example
Text Example
White with #2BEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEBCD; }
p { color: rgb(43,235,205); }
H1.HeaderClassName
{
color: #2BEBCD;
}
.AnyTagClassName
{
color: #2BEBCD;
}
</style>
background-color css
<style>
a { background-color: #2BEBCD; }
a { background-color: rgb(43,235,205); }
div.DivClassName
{
background-color: #2BEBCD;
}
.BgClassName
{
background-color: #2BEBCD;
}
</style>
border-color css
<style>
span { border-color: #2BEBCD; }
span { border-color: rgb(43,235,205); }
td.TdClassName
{
border-color: #2BEBCD;
}
.TagClassName
{
border-color: #2BEBCD;
}
</style>