Shades of Turquoise #2BEFC9
Tints of Turquoise #2BEFC9
RGB
CMYK
RGB Variations
Color information
#2BEFC9 (or 0x2BEFC9) is known color: Turquoise. HEX triplet: 2B, EF and C9. RGB value is (43,239,201). Sum of RGB (Red+Green+Blue) = 43+239+201=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFC9 is #D41036. Grayscale: #B0B0B0. Windows color (decimal): -13897783 or 13233963. OLE color: 13233963.
HSL color Cylindrical-coordinate representation of color #2BEFC9: hue angle of 168.37º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEFC9 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 201 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.06 |
| HSL | 168.37º | 0.86% | 0.55% | - |
| HSV(B) | 168.37º | 0.82% | 0.94% | - |
| XYZ | 42.41 | 66.46 | 65.85 | - |
| YUV | 176.06 | 142.07 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 201 | 0.82 | 0 | 0.16 | 0.06 | 168.37 | 0.86 | 0.55 |
| Hex | 2B | EF | C9 | 52 | 0 | 10 | 6 | A8 | 56 | 37 |
| Octal | 53 | 357 | 311 | 122 | 0 | 20 | 6 | 250 | 126 | 67 |
| Binary | 101011 | 11101111 | 11001001 | 1010010 | 0 | 10000 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #2BEFC9
Complementary color
Monochromatic Colors of #2BEFC9
Black with #2BEFC9
Text Example
Text Example
White with #2BEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFC9; }
p { color: rgb(43,239,201); }
H1.HeaderClassName
{
color: #2BEFC9;
}
.AnyTagClassName
{
color: #2BEFC9;
}
</style>
background-color css
<style>
a { background-color: #2BEFC9; }
a { background-color: rgb(43,239,201); }
div.DivClassName
{
background-color: #2BEFC9;
}
.BgClassName
{
background-color: #2BEFC9;
}
</style>
border-color css
<style>
span { border-color: #2BEFC9; }
span { border-color: rgb(43,239,201); }
td.TdClassName
{
border-color: #2BEFC9;
}
.TagClassName
{
border-color: #2BEFC9;
}
</style>