Shades of Turquoise #2CEEBB
Tints of Turquoise #2CEEBB
RGB
CMYK
RGB Variations
Color information
#2CEEBB (or 0x2CEEBB) is known color: Turquoise. HEX triplet: 2C, EE and BB. RGB value is (44,238,187). Sum of RGB (Red+Green+Blue) = 44+238+187=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEBB is #D31144. Grayscale: #AEAEAE. Windows color (decimal): -13832517 or 12316204. OLE color: 12316204.
HSL color Cylindrical-coordinate representation of color #2CEEBB: hue angle of 164.23º 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 #2CEEBB is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 187 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.07 |
| HSL | 164.23º | 0.85% | 0.55% | - |
| HSV(B) | 164.23º | 0.82% | 0.93% | - |
| XYZ | 40.58 | 65.27 | 57.47 | - |
| YUV | 174.18 | 135.23 | 35.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 187 | 0.82 | 0 | 0.21 | 0.07 | 164.23 | 0.85 | 0.55 |
| Hex | 2C | EE | BB | 52 | 0 | 15 | 7 | A4 | 55 | 37 |
| Octal | 54 | 356 | 273 | 122 | 0 | 25 | 7 | 244 | 125 | 67 |
| Binary | 101100 | 11101110 | 10111011 | 1010010 | 0 | 10101 | 111 | 10100100 | 1010101 | 110111 |
Color Harmonies of #2CEEBB
Complementary color
Monochromatic Colors of #2CEEBB
Black with #2CEEBB
Text Example
Text Example
White with #2CEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEBB; }
p { color: rgb(44,238,187); }
H1.HeaderClassName
{
color: #2CEEBB;
}
.AnyTagClassName
{
color: #2CEEBB;
}
</style>
background-color css
<style>
a { background-color: #2CEEBB; }
a { background-color: rgb(44,238,187); }
div.DivClassName
{
background-color: #2CEEBB;
}
.BgClassName
{
background-color: #2CEEBB;
}
</style>
border-color css
<style>
span { border-color: #2CEEBB; }
span { border-color: rgb(44,238,187); }
td.TdClassName
{
border-color: #2CEEBB;
}
.TagClassName
{
border-color: #2CEEBB;
}
</style>