Shades of Turquoise #2BEDB8
Tints of Turquoise #2BEDB8
RGB
CMYK
RGB Variations
Color information
#2BEDB8 (or 0x2BEDB8) is known color: Turquoise. HEX triplet: 2B, ED and B8. RGB value is (43,237,184). Sum of RGB (Red+Green+Blue) = 43+237+184=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #2BEDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEDB8 is #D41247. Grayscale: #ACACAC. Windows color (decimal): -13898312 or 12119339. OLE color: 12119339.
HSL color Cylindrical-coordinate representation of color #2BEDB8: hue angle of 163.61º 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 #2BEDB8 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 237 | 184 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.07 |
| HSL | 163.61º | 0.84% | 0.55% | - |
| HSV(B) | 163.61º | 0.82% | 0.93% | - |
| XYZ | 39.93 | 64.54 | 55.7 | - |
| YUV | 172.95 | 134.23 | 35.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 237 | 184 | 0.82 | 0 | 0.22 | 0.07 | 163.61 | 0.84 | 0.55 |
| Hex | 2B | ED | B8 | 52 | 0 | 16 | 7 | A4 | 54 | 37 |
| Octal | 53 | 355 | 270 | 122 | 0 | 26 | 7 | 244 | 124 | 67 |
| Binary | 101011 | 11101101 | 10111000 | 1010010 | 0 | 10110 | 111 | 10100100 | 1010100 | 110111 |
Color Harmonies of #2BEDB8
Complementary color
Monochromatic Colors of #2BEDB8
Black with #2BEDB8
Text Example
Text Example
White with #2BEDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEDB8; }
p { color: rgb(43,237,184); }
H1.HeaderClassName
{
color: #2BEDB8;
}
.AnyTagClassName
{
color: #2BEDB8;
}
</style>
background-color css
<style>
a { background-color: #2BEDB8; }
a { background-color: rgb(43,237,184); }
div.DivClassName
{
background-color: #2BEDB8;
}
.BgClassName
{
background-color: #2BEDB8;
}
</style>
border-color css
<style>
span { border-color: #2BEDB8; }
span { border-color: rgb(43,237,184); }
td.TdClassName
{
border-color: #2BEDB8;
}
.TagClassName
{
border-color: #2BEDB8;
}
</style>