Shades of Turquoise #2BEECC
Tints of Turquoise #2BEECC
RGB
CMYK
RGB Variations
Color information
#2BEECC (or 0x2BEECC) is known color: Turquoise. HEX triplet: 2B, EE and CC. RGB value is (43,238,204). Sum of RGB (Red+Green+Blue) = 43+238+204=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEECC is #D41133. Grayscale: #AFAFAF. Windows color (decimal): -13898036 or 13430315. OLE color: 13430315.
HSL color Cylindrical-coordinate representation of color #2BEECC: hue angle of 169.54º 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 #2BEECC is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 204 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.07 |
| HSL | 169.54º | 0.85% | 0.55% | - |
| HSV(B) | 169.54º | 0.82% | 0.93% | - |
| XYZ | 42.47 | 66.02 | 67.63 | - |
| YUV | 175.82 | 143.9 | 33.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 204 | 0.82 | 0 | 0.14 | 0.07 | 169.54 | 0.85 | 0.55 |
| Hex | 2B | EE | CC | 52 | 0 | E | 7 | AA | 55 | 37 |
| Octal | 53 | 356 | 314 | 122 | 0 | 16 | 7 | 252 | 125 | 67 |
| Binary | 101011 | 11101110 | 11001100 | 1010010 | 0 | 1110 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2BEECC
Complementary color
Monochromatic Colors of #2BEECC
Black with #2BEECC
Text Example
Text Example
White with #2BEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEECC; }
p { color: rgb(43,238,204); }
H1.HeaderClassName
{
color: #2BEECC;
}
.AnyTagClassName
{
color: #2BEECC;
}
</style>
background-color css
<style>
a { background-color: #2BEECC; }
a { background-color: rgb(43,238,204); }
div.DivClassName
{
background-color: #2BEECC;
}
.BgClassName
{
background-color: #2BEECC;
}
</style>
border-color css
<style>
span { border-color: #2BEECC; }
span { border-color: rgb(43,238,204); }
td.TdClassName
{
border-color: #2BEECC;
}
.TagClassName
{
border-color: #2BEECC;
}
</style>