Shades of Turquoise #2CE7EF
Tints of Turquoise #2CE7EF
RGB
CMYK
RGB Variations
Color information
#2CE7EF (or 0x2CE7EF) is known color: Turquoise. HEX triplet: 2C, E7 and EF. RGB value is (44,231,239). Sum of RGB (Red+Green+Blue) = 44+231+239=514 (68% of max value = 765). Red value is 44 (17.58% from 255 or 8.56% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CE7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CE7EF is #D31810. Grayscale: #AFAFAF. Windows color (decimal): -13834257 or 15722284. OLE color: 15722284.
HSL color Cylindrical-coordinate representation of color #2CE7EF: hue angle of 182.46º 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 #2CE7EF is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 231 | 239 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.06 |
| HSL | 182.46º | 0.86% | 0.55% | - |
| HSV(B) | 182.46º | 0.82% | 0.94% | - |
| XYZ | 45.19 | 63.92 | 91.62 | - |
| YUV | 176 | 163.55 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 239 | 0.82 | 0.03 | 0 | 0.06 | 182.46 | 0.86 | 0.55 |
| Hex | 2C | E7 | EF | 52 | 3 | 0 | 6 | B6 | 56 | 37 |
| Octal | 54 | 347 | 357 | 122 | 3 | 0 | 6 | 266 | 126 | 67 |
| Binary | 101100 | 11100111 | 11101111 | 1010010 | 11 | 0 | 110 | 10110110 | 1010110 | 110111 |
Color Harmonies of #2CE7EF
Complementary color
Monochromatic Colors of #2CE7EF
Black with #2CE7EF
Text Example
Text Example
White with #2CE7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE7EF; }
p { color: rgb(44,231,239); }
H1.HeaderClassName
{
color: #2CE7EF;
}
.AnyTagClassName
{
color: #2CE7EF;
}
</style>
background-color css
<style>
a { background-color: #2CE7EF; }
a { background-color: rgb(44,231,239); }
div.DivClassName
{
background-color: #2CE7EF;
}
.BgClassName
{
background-color: #2CE7EF;
}
</style>
border-color css
<style>
span { border-color: #2CE7EF; }
span { border-color: rgb(44,231,239); }
td.TdClassName
{
border-color: #2CE7EF;
}
.TagClassName
{
border-color: #2CE7EF;
}
</style>