Shades of Turquoise #2BEECF
Tints of Turquoise #2BEECF
RGB
CMYK
RGB Variations
Color information
#2BEECF (or 0x2BEECF) is known color: Turquoise. HEX triplet: 2B, EE and CF. RGB value is (43,238,207). Sum of RGB (Red+Green+Blue) = 43+238+207=488 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.81% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEECF is #D41130. Grayscale: #B0B0B0. Windows color (decimal): -13898033 or 13626923. OLE color: 13626923.
HSL color Cylindrical-coordinate representation of color #2BEECF: hue angle of 170.46º degrees, saturation: 0.85, 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 #2BEECF is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 207 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.07 |
| HSL | 170.46º | 0.85% | 0.55% | - |
| HSV(B) | 170.46º | 0.82% | 0.93% | - |
| XYZ | 42.83 | 66.17 | 69.55 | - |
| YUV | 176.16 | 145.4 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 207 | 0.82 | 0 | 0.13 | 0.07 | 170.46 | 0.85 | 0.55 |
| Hex | 2B | EE | CF | 52 | 0 | D | 7 | AA | 55 | 37 |
| Octal | 53 | 356 | 317 | 122 | 0 | 15 | 7 | 252 | 125 | 67 |
| Binary | 101011 | 11101110 | 11001111 | 1010010 | 0 | 1101 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2BEECF
Complementary color
Monochromatic Colors of #2BEECF
Black with #2BEECF
Text Example
Text Example
White with #2BEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEECF; }
p { color: rgb(43,238,207); }
H1.HeaderClassName
{
color: #2BEECF;
}
.AnyTagClassName
{
color: #2BEECF;
}
</style>
background-color css
<style>
a { background-color: #2BEECF; }
a { background-color: rgb(43,238,207); }
div.DivClassName
{
background-color: #2BEECF;
}
.BgClassName
{
background-color: #2BEECF;
}
</style>
border-color css
<style>
span { border-color: #2BEECF; }
span { border-color: rgb(43,238,207); }
td.TdClassName
{
border-color: #2BEECF;
}
.TagClassName
{
border-color: #2BEECF;
}
</style>