Shades of Turquoise #2CEECB
Tints of Turquoise #2CEECB
RGB
CMYK
RGB Variations
Color information
#2CEECB (or 0x2CEECB) is known color: Turquoise. HEX triplet: 2C, EE and CB. RGB value is (44,238,203). Sum of RGB (Red+Green+Blue) = 44+238+203=485 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.07% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEECB is #D31134. Grayscale: #AFAFAF. Windows color (decimal): -13832501 or 13364780. OLE color: 13364780.
HSL color Cylindrical-coordinate representation of color #2CEECB: hue angle of 169.18º 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 #2CEECB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 203 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.07 |
| HSL | 169.18º | 0.85% | 0.55% | - |
| HSV(B) | 169.18º | 0.82% | 0.93% | - |
| XYZ | 42.39 | 66 | 67 | - |
| YUV | 176 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 203 | 0.82 | 0 | 0.15 | 0.07 | 169.18 | 0.85 | 0.55 |
| Hex | 2C | EE | CB | 52 | 0 | F | 7 | A9 | 55 | 37 |
| Octal | 54 | 356 | 313 | 122 | 0 | 17 | 7 | 251 | 125 | 67 |
| Binary | 101100 | 11101110 | 11001011 | 1010010 | 0 | 1111 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #2CEECB
Complementary color
Monochromatic Colors of #2CEECB
Black with #2CEECB
Text Example
Text Example
White with #2CEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEECB; }
p { color: rgb(44,238,203); }
H1.HeaderClassName
{
color: #2CEECB;
}
.AnyTagClassName
{
color: #2CEECB;
}
</style>
background-color css
<style>
a { background-color: #2CEECB; }
a { background-color: rgb(44,238,203); }
div.DivClassName
{
background-color: #2CEECB;
}
.BgClassName
{
background-color: #2CEECB;
}
</style>
border-color css
<style>
span { border-color: #2CEECB; }
span { border-color: rgb(44,238,203); }
td.TdClassName
{
border-color: #2CEECB;
}
.TagClassName
{
border-color: #2CEECB;
}
</style>