Shades of Bright Turquoise #2CFCEF
Tints of Bright Turquoise #2CFCEF
RGB
CMYK
RGB Variations
Color information
#2CFCEF (or 0x2CFCEF) is known color: Bright Turquoise. HEX triplet: 2C, FC and EF. RGB value is (44,252,239). Sum of RGB (Red+Green+Blue) = 44+252+239=535 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.22% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFCEF is #D30310. Grayscale: #BCBCBC. Windows color (decimal): -13828881 or 15727660. OLE color: 15727660.
HSL color Cylindrical-coordinate representation of color #2CFCEF: hue angle of 176.25º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFCEF is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 239 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.01 |
| HSL | 176.25º | 0.97% | 0.58% | - |
| HSV(B) | 176.25º | 0.83% | 0.99% | - |
| XYZ | 51.43 | 76.39 | 93.7 | - |
| YUV | 188.33 | 156.59 | 25.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 239 | 0.83 | 0 | 0.05 | 0.01 | 176.25 | 0.97 | 0.58 |
| Hex | 2C | FC | EF | 53 | 0 | 5 | 1 | B0 | 61 | 3A |
| Octal | 54 | 374 | 357 | 123 | 0 | 5 | 1 | 260 | 141 | 72 |
| Binary | 101100 | 11111100 | 11101111 | 1010011 | 0 | 101 | 1 | 10110000 | 1100001 | 111010 |
Color Harmonies of #2CFCEF
Complementary color
Monochromatic Colors of #2CFCEF
Black with #2CFCEF
Text Example
Text Example
White with #2CFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCEF; }
p { color: rgb(44,252,239); }
H1.HeaderClassName
{
color: #2CFCEF;
}
.AnyTagClassName
{
color: #2CFCEF;
}
</style>
background-color css
<style>
a { background-color: #2CFCEF; }
a { background-color: rgb(44,252,239); }
div.DivClassName
{
background-color: #2CFCEF;
}
.BgClassName
{
background-color: #2CFCEF;
}
</style>
border-color css
<style>
span { border-color: #2CFCEF; }
span { border-color: rgb(44,252,239); }
td.TdClassName
{
border-color: #2CFCEF;
}
.TagClassName
{
border-color: #2CFCEF;
}
</style>