Shades of Turquoise #2CE7CF
Tints of Turquoise #2CE7CF
RGB
CMYK
RGB Variations
Color information
#2CE7CF (or 0x2CE7CF) is known color: Turquoise. HEX triplet: 2C, E7 and CF. RGB value is (44,231,207). Sum of RGB (Red+Green+Blue) = 44+231+207=482 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.13% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE7CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CE7CF is #D31830. Grayscale: #ACACAC. Windows color (decimal): -13834289 or 13625132. OLE color: 13625132.
HSL color Cylindrical-coordinate representation of color #2CE7CF: hue angle of 172.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE7CF is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 207 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.09 |
| HSL | 172.3º | 0.8% | 0.54% | - |
| HSV(B) | 172.3º | 0.81% | 0.91% | - |
| XYZ | 40.88 | 62.19 | 68.88 | - |
| YUV | 172.35 | 147.55 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 207 | 0.81 | 0 | 0.10 | 0.09 | 172.3 | 0.8 | 0.54 |
| Hex | 2C | E7 | CF | 51 | 0 | A | 9 | AC | 50 | 36 |
| Octal | 54 | 347 | 317 | 121 | 0 | 12 | 11 | 254 | 120 | 66 |
| Binary | 101100 | 11100111 | 11001111 | 1010001 | 0 | 1010 | 1001 | 10101100 | 1010000 | 110110 |
Color Harmonies of #2CE7CF
Complementary color
Monochromatic Colors of #2CE7CF
Black with #2CE7CF
Text Example
Text Example
White with #2CE7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE7CF; }
p { color: rgb(44,231,207); }
H1.HeaderClassName
{
color: #2CE7CF;
}
.AnyTagClassName
{
color: #2CE7CF;
}
</style>
background-color css
<style>
a { background-color: #2CE7CF; }
a { background-color: rgb(44,231,207); }
div.DivClassName
{
background-color: #2CE7CF;
}
.BgClassName
{
background-color: #2CE7CF;
}
</style>
border-color css
<style>
span { border-color: #2CE7CF; }
span { border-color: rgb(44,231,207); }
td.TdClassName
{
border-color: #2CE7CF;
}
.TagClassName
{
border-color: #2CE7CF;
}
</style>