Shades of Turquoise #2BE0C9
Tints of Turquoise #2BE0C9
RGB
CMYK
RGB Variations
Color information
#2BE0C9 (or 0x2BE0C9) is known color: Turquoise. HEX triplet: 2B, E0 and C9. RGB value is (43,224,201). Sum of RGB (Red+Green+Blue) = 43+224+201=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE0C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BE0C9 is #D41F36. Grayscale: #A7A7A7. Windows color (decimal): -13901623 or 13230123. OLE color: 13230123.
HSL color Cylindrical-coordinate representation of color #2BE0C9: hue angle of 172.38º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE0C9 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 201 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.12 |
| HSL | 172.38º | 0.74% | 0.52% | - |
| HSV(B) | 172.38º | 0.81% | 0.88% | - |
| XYZ | 38.19 | 58.04 | 64.45 | - |
| YUV | 167.26 | 147.03 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 201 | 0.81 | 0 | 0.10 | 0.12 | 172.38 | 0.74 | 0.52 |
| Hex | 2B | E0 | C9 | 51 | 0 | A | C | AC | 4A | 34 |
| Octal | 53 | 340 | 311 | 121 | 0 | 12 | 14 | 254 | 112 | 64 |
| Binary | 101011 | 11100000 | 11001001 | 1010001 | 0 | 1010 | 1100 | 10101100 | 1001010 | 110100 |
Color Harmonies of #2BE0C9
Complementary color
Monochromatic Colors of #2BE0C9
Black with #2BE0C9
Text Example
Text Example
White with #2BE0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE0C9; }
p { color: rgb(43,224,201); }
H1.HeaderClassName
{
color: #2BE0C9;
}
.AnyTagClassName
{
color: #2BE0C9;
}
</style>
background-color css
<style>
a { background-color: #2BE0C9; }
a { background-color: rgb(43,224,201); }
div.DivClassName
{
background-color: #2BE0C9;
}
.BgClassName
{
background-color: #2BE0C9;
}
</style>
border-color css
<style>
span { border-color: #2BE0C9; }
span { border-color: rgb(43,224,201); }
td.TdClassName
{
border-color: #2BE0C9;
}
.TagClassName
{
border-color: #2BE0C9;
}
</style>