Shades of Turquoise #2CEFC8
Tints of Turquoise #2CEFC8
RGB
CMYK
RGB Variations
Color information
#2CEFC8 (or 0x2CEFC8) is known color: Turquoise. HEX triplet: 2C, EF and C8. RGB value is (44,239,200). Sum of RGB (Red+Green+Blue) = 44+239+200=483 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.11% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2CEFC8 is #D31037. Grayscale: #B0B0B0. Windows color (decimal): -13832248 or 13168428. OLE color: 13168428.
HSL color Cylindrical-coordinate representation of color #2CEFC8: hue angle of 168º 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 #2CEFC8 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 200 | - |
| CMYK | 0.82 | 0 | 0.16 | 0.06 |
| HSL | 168º | 0.86% | 0.55% | - |
| HSV(B) | 168º | 0.82% | 0.94% | - |
| XYZ | 42.33 | 66.44 | 65.24 | - |
| YUV | 176.25 | 141.4 | 33.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 200 | 0.82 | 0 | 0.16 | 0.06 | 168 | 0.86 | 0.55 |
| Hex | 2C | EF | C8 | 52 | 0 | 10 | 6 | A8 | 56 | 37 |
| Octal | 54 | 357 | 310 | 122 | 0 | 20 | 6 | 250 | 126 | 67 |
| Binary | 101100 | 11101111 | 11001000 | 1010010 | 0 | 10000 | 110 | 10101000 | 1010110 | 110111 |
Color Harmonies of #2CEFC8
Complementary color
Monochromatic Colors of #2CEFC8
Black with #2CEFC8
Text Example
Text Example
White with #2CEFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEFC8; }
p { color: rgb(44,239,200); }
H1.HeaderClassName
{
color: #2CEFC8;
}
.AnyTagClassName
{
color: #2CEFC8;
}
</style>
background-color css
<style>
a { background-color: #2CEFC8; }
a { background-color: rgb(44,239,200); }
div.DivClassName
{
background-color: #2CEFC8;
}
.BgClassName
{
background-color: #2CEFC8;
}
</style>
border-color css
<style>
span { border-color: #2CEFC8; }
span { border-color: rgb(44,239,200); }
td.TdClassName
{
border-color: #2CEFC8;
}
.TagClassName
{
border-color: #2CEFC8;
}
</style>