#02FEE6

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

Shades of Bright Turquoise #02FEE6

Tints of Bright Turquoise #02FEE6

Color information

#02FEE6 (or 0x02FEE6) is unknown color: approx Bright Turquoise. HEX triplet: 02, FE and E6. RGB value is (2,254,230). Sum of RGB (Red+Green+Blue) = 2+254+230=486 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEE6 is #FD0119. Grayscale: #AFAFAF. Windows color (decimal): -16580890 or 15138306. OLE color: 15138306.

HSL color Cylindrical-coordinate representation of color #02FEE6: hue angle of 174.29º 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 #02FEE6 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB2254230-
CMYK0.9900.090.00
HSL174.29º99.21%50.2%-
HSV(B)174.29º99.21%99.61%-
XYZ49.7576.6187.03-
YUV175.92158.513.95-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.41%
GREEN value IS 254 (99.61% from 255) = 52.26%
BLUE value IS 230 (90.23% from 255) = 47.33%
R=0.41%
G=52.26%
B=47.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal22542300.9900.090.00174.2999.2150.2
Hex2FEE663090ae6332
Octal2376346143011025614362
Binary1011111110111001101100011010010101011101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02FEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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