Shades of Turquoise #2BEACF
Tints of Turquoise #2BEACF
RGB
CMYK
RGB Variations
Color information
#2BEACF (or 0x2BEACF) is known color: Turquoise. HEX triplet: 2B, EA and CF. RGB value is (43,234,207). Sum of RGB (Red+Green+Blue) = 43+234+207=484 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.88% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEACF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEACF is #D41530. Grayscale: #ADADAD. Windows color (decimal): -13899057 or 13625899. OLE color: 13625899.
HSL color Cylindrical-coordinate representation of color #2BEACF: hue angle of 171.52º 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 #2BEACF is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 207 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.08 |
| HSL | 171.52º | 0.82% | 0.54% | - |
| HSV(B) | 171.52º | 0.82% | 0.92% | - |
| XYZ | 41.68 | 63.86 | 69.16 | - |
| YUV | 173.81 | 146.72 | 34.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 207 | 0.82 | 0 | 0.12 | 0.08 | 171.52 | 0.82 | 0.54 |
| Hex | 2B | EA | CF | 52 | 0 | C | 8 | AC | 52 | 36 |
| Octal | 53 | 352 | 317 | 122 | 0 | 14 | 10 | 254 | 122 | 66 |
| Binary | 101011 | 11101010 | 11001111 | 1010010 | 0 | 1100 | 1000 | 10101100 | 1010010 | 110110 |
Color Harmonies of #2BEACF
Complementary color
Monochromatic Colors of #2BEACF
Black with #2BEACF
Text Example
Text Example
White with #2BEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEACF; }
p { color: rgb(43,234,207); }
H1.HeaderClassName
{
color: #2BEACF;
}
.AnyTagClassName
{
color: #2BEACF;
}
</style>
background-color css
<style>
a { background-color: #2BEACF; }
a { background-color: rgb(43,234,207); }
div.DivClassName
{
background-color: #2BEACF;
}
.BgClassName
{
background-color: #2BEACF;
}
</style>
border-color css
<style>
span { border-color: #2BEACF; }
span { border-color: rgb(43,234,207); }
td.TdClassName
{
border-color: #2BEACF;
}
.TagClassName
{
border-color: #2BEACF;
}
</style>