Shades of Turquoise #2CEEBF
Tints of Turquoise #2CEEBF
RGB
CMYK
RGB Variations
Color information
#2CEEBF (or 0x2CEEBF) is known color: Turquoise. HEX triplet: 2C, EE and BF. RGB value is (44,238,191). Sum of RGB (Red+Green+Blue) = 44+238+191=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEEBF is #D31140. Grayscale: #AEAEAE. Windows color (decimal): -13832513 or 12578348. OLE color: 12578348.
HSL color Cylindrical-coordinate representation of color #2CEEBF: hue angle of 165.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 #2CEEBF is Cyan = 0.82, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 191 | - |
| CMYK | 0.82 | 0 | 0.20 | 0.07 |
| HSL | 165.46º | 0.85% | 0.55% | - |
| HSV(B) | 165.46º | 0.82% | 0.93% | - |
| XYZ | 41.02 | 65.45 | 59.76 | - |
| YUV | 174.64 | 137.23 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 191 | 0.82 | 0 | 0.20 | 0.07 | 165.46 | 0.85 | 0.55 |
| Hex | 2C | EE | BF | 52 | 0 | 14 | 7 | A5 | 55 | 37 |
| Octal | 54 | 356 | 277 | 122 | 0 | 24 | 7 | 245 | 125 | 67 |
| Binary | 101100 | 11101110 | 10111111 | 1010010 | 0 | 10100 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #2CEEBF
Complementary color
Monochromatic Colors of #2CEEBF
Black with #2CEEBF
Text Example
Text Example
White with #2CEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEEBF; }
p { color: rgb(44,238,191); }
H1.HeaderClassName
{
color: #2CEEBF;
}
.AnyTagClassName
{
color: #2CEEBF;
}
</style>
background-color css
<style>
a { background-color: #2CEEBF; }
a { background-color: rgb(44,238,191); }
div.DivClassName
{
background-color: #2CEEBF;
}
.BgClassName
{
background-color: #2CEEBF;
}
</style>
border-color css
<style>
span { border-color: #2CEEBF; }
span { border-color: rgb(44,238,191); }
td.TdClassName
{
border-color: #2CEEBF;
}
.TagClassName
{
border-color: #2CEEBF;
}
</style>