Shades of Turquoise #2BEFCF
Tints of Turquoise #2BEFCF
RGB
CMYK
RGB Variations
Color information
#2BEFCF (or 0x2BEFCF) is known color: Turquoise. HEX triplet: 2B, EF and CF. RGB value is (43,239,207). Sum of RGB (Red+Green+Blue) = 43+239+207=489 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.79% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEFCF is #D41030. Grayscale: #B0B0B0. Windows color (decimal): -13897777 or 13627179. OLE color: 13627179.
HSL color Cylindrical-coordinate representation of color #2BEFCF: hue angle of 170.2º 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 #2BEFCF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 207 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.06 |
| HSL | 170.2º | 0.86% | 0.55% | - |
| HSV(B) | 170.2º | 0.82% | 0.94% | - |
| XYZ | 43.13 | 66.75 | 69.64 | - |
| YUV | 176.75 | 145.07 | 32.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 207 | 0.82 | 0 | 0.13 | 0.06 | 170.2 | 0.86 | 0.55 |
| Hex | 2B | EF | CF | 52 | 0 | D | 6 | AA | 56 | 37 |
| Octal | 53 | 357 | 317 | 122 | 0 | 15 | 6 | 252 | 126 | 67 |
| Binary | 101011 | 11101111 | 11001111 | 1010010 | 0 | 1101 | 110 | 10101010 | 1010110 | 110111 |
Color Harmonies of #2BEFCF
Complementary color
Monochromatic Colors of #2BEFCF
Black with #2BEFCF
Text Example
Text Example
White with #2BEFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEFCF; }
p { color: rgb(43,239,207); }
H1.HeaderClassName
{
color: #2BEFCF;
}
.AnyTagClassName
{
color: #2BEFCF;
}
</style>
background-color css
<style>
a { background-color: #2BEFCF; }
a { background-color: rgb(43,239,207); }
div.DivClassName
{
background-color: #2BEFCF;
}
.BgClassName
{
background-color: #2BEFCF;
}
</style>
border-color css
<style>
span { border-color: #2BEFCF; }
span { border-color: rgb(43,239,207); }
td.TdClassName
{
border-color: #2BEFCF;
}
.TagClassName
{
border-color: #2BEFCF;
}
</style>