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