#02FED6

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

Shades of Bright Turquoise #02FED6

Tints of Bright Turquoise #02FED6

Color information

#02FED6 (or 0x02FED6) is unknown color: approx Bright Turquoise. HEX triplet: 02, FE and D6. RGB value is (2,254,214). Sum of RGB (Red+Green+Blue) = 2+254+214=470 (62% of max value = 765). Red value is 2 (1.17% from 255 or 0.43% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #02FED6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FED6 is #FD0129. Grayscale: #ADADAD. Windows color (decimal): -16580906 or 14089730. OLE color: 14089730.

HSL color Cylindrical-coordinate representation of color #02FED6: hue angle of 170.48º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FED6 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.

Color convert

RGB2254214-
CMYK0.9900.160.00
HSL170.48º99.21%50.2%-
HSV(B)170.48º99.21%99.61%-
XYZ47.675.7575.73-
YUV174.09150.515.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.43%
GREEN value IS 254 (99.61% from 255) = 54.04%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=0.43%
G=54.04%
B=45.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22542140.9900.160.00170.4899.2150.2
Hex2FED6630100aa6332
Octal2376326143020025214362
Binary10111111101101011011000110100000101010101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02FED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,254,214); }

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

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

 a { background-color: rgb(2,254,214); }

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

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

 span { border-color: rgb(2,254,214); }

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