Shades of Bright Turquoise #2CFFEA
Tints of Bright Turquoise #2CFFEA
RGB
CMYK
RGB Variations
Color information
#2CFFEA (or 0x2CFFEA) is known color: Bright Turquoise. HEX triplet: 2C, FF and EA. RGB value is (44,255,234). Sum of RGB (Red+Green+Blue) = 44+255+234=533 (70% of max value = 765). Red value is 44 (17.58% from 255 or 8.26% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFFEA is #D30015. Grayscale: #BDBDBD. Windows color (decimal): -13828118 or 15400748. OLE color: 15400748.
HSL color Cylindrical-coordinate representation of color #2CFFEA: hue angle of 174.03º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFEA is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 234 | - |
| CMYK | 0.83 | 0 | 0.08 | 0 |
| HSL | 174.03º | 1% | 0.59% | - |
| HSV(B) | 174.03º | 0.83% | 1% | - |
| XYZ | 51.65 | 78 | 90.17 | - |
| YUV | 189.52 | 153.1 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 234 | 0.83 | 0 | 0.08 | 0 | 174.03 | 1 | 0.59 |
| Hex | 2C | FF | EA | 53 | 0 | 8 | 0 | AE | 64 | 3B |
| Octal | 54 | 377 | 352 | 123 | 0 | 10 | 0 | 256 | 144 | 73 |
| Binary | 101100 | 11111111 | 11101010 | 1010011 | 0 | 1000 | 0 | 10101110 | 1100100 | 111011 |
Color Harmonies of #2CFFEA
Complementary color
Monochromatic Colors of #2CFFEA
Black with #2CFFEA
Text Example
Text Example
White with #2CFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFEA; }
p { color: rgb(44,255,234); }
H1.HeaderClassName
{
color: #2CFFEA;
}
.AnyTagClassName
{
color: #2CFFEA;
}
</style>
background-color css
<style>
a { background-color: #2CFFEA; }
a { background-color: rgb(44,255,234); }
div.DivClassName
{
background-color: #2CFFEA;
}
.BgClassName
{
background-color: #2CFFEA;
}
</style>
border-color css
<style>
span { border-color: #2CFFEA; }
span { border-color: rgb(44,255,234); }
td.TdClassName
{
border-color: #2CFFEA;
}
.TagClassName
{
border-color: #2CFFEA;
}
</style>