#2CFEF0

Color #2CFEF0 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #2CFEF0

Tints of Bright Turquoise #2CFEF0

Color information

#2CFEF0 (or 0x2CFEF0) is unknown color: approx Bright Turquoise. HEX triplet: 2C, FE and F0. RGB value is (44,254,240). Sum of RGB (Red+Green+Blue) = 44+254+240=538 (71% of max value = 765). Red value is 44 (17.58% from 255 or 8.18% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2CFEF0 is #D3010F. Grayscale: #BDBDBD. Windows color (decimal): -13828368 or 15793708. OLE color: 15793708.

HSL color Cylindrical-coordinate representation of color #2CFEF0: hue angle of 176º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFEF0 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB44254240-
CMYK0.8300.060.00
HSL176º99.06%58.43%-
HSV(B)176º82.68%99.61%-
XYZ52.2177.7194.69-
YUV189.61156.4324.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 8.18%
GREEN value IS 254 (99.61% from 255) = 47.21%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=8.18%
G=47.21%
B=44.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal442542400.8300.060.0017699.0658.43
Hex2CFEF053060b0633a
Octal5437636012306026014372
Binary1011001111111011110000101001101100101100001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CFEF0; }

 p { color: rgb(44,254,240); }

 H1.HeaderClassName
 {
   color: #2CFEF0;
 }
 .AnyTagClassName
 {
   color: #2CFEF0;
 }
</style>
background-color css

<style>
 a { background-color: #2CFEF0; }

 a { background-color: rgb(44,254,240); }

 div.DivClassName
 {
   background-color: #2CFEF0;
 }
 .BgClassName
 {
   background-color: #2CFEF0;
 }
</style>
border-color css

<style>
 span { border-color: #2CFEF0; }

 span { border-color: rgb(44,254,240); }

 td.TdClassName
 {
   border-color: #2CFEF0;
 }
 .TagClassName
 {
   border-color: #2CFEF0;
 }
</style>