Shades of Turquoise #2CEFCB
Tints of Turquoise #2CEFCB
RGB
CMYK
RGB Variations
Color information
#2CEFCB (or 0x2CEFCB) is known color: Turquoise. HEX triplet: 2C, EF and CB. RGB value is (44,239,203). Sum of RGB (Red+Green+Blue) = 44+239+203=486 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.05% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFCB is #D31034. Grayscale: #B0B0B0. Windows color (decimal): -13832245 or 13365036. OLE color: 13365036.
HSL color Cylindrical-coordinate representation of color #2CEFCB: hue angle of 168.92º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEFCB is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 203 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.06 |
| HSL | 168.92º | 0.86% | 0.55% | - |
| HSV(B) | 168.92º | 0.82% | 0.94% | - |
| XYZ | 42.68 | 66.58 | 67.1 | - |
| YUV | 176.59 | 142.9 | 33.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 203 | 0.82 | 0 | 0.15 | 0.06 | 168.92 | 0.86 | 0.55 |
| Hex | 2C | EF | CB | 52 | 0 | F | 6 | A9 | 56 | 37 |
| Octal | 54 | 357 | 313 | 122 | 0 | 17 | 6 | 251 | 126 | 67 |
| Binary | 101100 | 11101111 | 11001011 | 1010010 | 0 | 1111 | 110 | 10101001 | 1010110 | 110111 |
Color Harmonies of #2CEFCB
Complementary color
Monochromatic Colors of #2CEFCB
Black with #2CEFCB
Text Example
Text Example
White with #2CEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFCB; }
p { color: rgb(44,239,203); }
H1.HeaderClassName
{
color: #2CEFCB;
}
.AnyTagClassName
{
color: #2CEFCB;
}
</style>
background-color css
<style>
a { background-color: #2CEFCB; }
a { background-color: rgb(44,239,203); }
div.DivClassName
{
background-color: #2CEFCB;
}
.BgClassName
{
background-color: #2CEFCB;
}
</style>
border-color css
<style>
span { border-color: #2CEFCB; }
span { border-color: rgb(44,239,203); }
td.TdClassName
{
border-color: #2CEFCB;
}
.TagClassName
{
border-color: #2CEFCB;
}
</style>