Shades of Turquoise #2CEFE4
Tints of Turquoise #2CEFE4
RGB
CMYK
RGB Variations
Color information
#2CEFE4 (or 0x2CEFE4) is known color: Turquoise. HEX triplet: 2C, EF and E4. RGB value is (44,239,228). Sum of RGB (Red+Green+Blue) = 44+239+228=511 (67% of max value = 765). Red value is 44 (17.58% from 255 or 8.61% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFE4 is #D3101B. Grayscale: #B3B3B3. Windows color (decimal): -13832220 or 15003436. OLE color: 15003436.
HSL color Cylindrical-coordinate representation of color #2CEFE4: hue angle of 176.62º 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 #2CEFE4 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 228 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.06 |
| HSL | 176.62º | 0.86% | 0.55% | - |
| HSV(B) | 176.62º | 0.82% | 0.94% | - |
| XYZ | 45.91 | 67.87 | 84.08 | - |
| YUV | 179.44 | 155.4 | 31.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 228 | 0.82 | 0 | 0.05 | 0.06 | 176.62 | 0.86 | 0.55 |
| Hex | 2C | EF | E4 | 52 | 0 | 5 | 6 | B1 | 56 | 37 |
| Octal | 54 | 357 | 344 | 122 | 0 | 5 | 6 | 261 | 126 | 67 |
| Binary | 101100 | 11101111 | 11100100 | 1010010 | 0 | 101 | 110 | 10110001 | 1010110 | 110111 |
Color Harmonies of #2CEFE4
Complementary color
Monochromatic Colors of #2CEFE4
Black with #2CEFE4
Text Example
Text Example
White with #2CEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFE4; }
p { color: rgb(44,239,228); }
H1.HeaderClassName
{
color: #2CEFE4;
}
.AnyTagClassName
{
color: #2CEFE4;
}
</style>
background-color css
<style>
a { background-color: #2CEFE4; }
a { background-color: rgb(44,239,228); }
div.DivClassName
{
background-color: #2CEFE4;
}
.BgClassName
{
background-color: #2CEFE4;
}
</style>
border-color css
<style>
span { border-color: #2CEFE4; }
span { border-color: rgb(44,239,228); }
td.TdClassName
{
border-color: #2CEFE4;
}
.TagClassName
{
border-color: #2CEFE4;
}
</style>