#02EBC6

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

Shades of Bright Turquoise #02EBC6

Tints of Bright Turquoise #02EBC6

Color information

#02EBC6 (or 0x02EBC6) is unknown color: approx Bright Turquoise. HEX triplet: 02, EB and C6. RGB value is (2,235,198). Sum of RGB (Red+Green+Blue) = 2+235+198=435 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #02EBC6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EBC6 is #FD1439. Grayscale: #A1A1A1. Windows color (decimal): -16585786 or 13036290. OLE color: 13036290.

HSL color Cylindrical-coordinate representation of color #02EBC6: hue angle of 170.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EBC6 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB2235198-
CMYK0.9900.160.08
HSL170.47º98.31%46.47%-
HSV(B)170.47º99.15%92.16%-
XYZ39.9363.5163.58-
YUV161.12148.8114.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.46%
GREEN value IS 235 (92.19% from 255) = 54.02%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=0.46%
G=54.02%
B=45.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22351980.9900.160.08170.4798.3146.47
Hex2EBC6630108aa622e
Octal23533061430201025214256
Binary10111010111100011011000110100001000101010101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02EBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02EBC6; }

 p { color: rgb(2,235,198); }

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

<style>
 a { background-color: #02EBC6; }

 a { background-color: rgb(2,235,198); }

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

<style>
 span { border-color: #02EBC6; }

 span { border-color: rgb(2,235,198); }

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