#02F6E6

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

Shades of Bright Turquoise #02F6E6

Tints of Bright Turquoise #02F6E6

Color information

#02F6E6 (or 0x02F6E6) is unknown color: approx Bright Turquoise. HEX triplet: 02, F6 and E6. RGB value is (2,246,230). Sum of RGB (Red+Green+Blue) = 2+246+230=478 (63% of max value = 765). Red value is 2 (1.17% from 255 or 0.42% from 478); Green value is 246 (96.48% from 255 or 51.46% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 246 - color contains mainly: green. Hex color #02F6E6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02F6E6 is #FD0919. Grayscale: #ABABAB. Windows color (decimal): -16582938 or 15136258. OLE color: 15136258.

HSL color Cylindrical-coordinate representation of color #02F6E6: hue angle of 176.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F6E6 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB2246230-
CMYK0.9900.070.04
HSL176.07º98.39%48.63%-
HSV(B)176.07º99.19%96.47%-
XYZ47.2671.6486.2-
YUV171.22161.167.3-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.42%
GREEN value IS 246 (96.48% from 255) = 51.46%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=0.42%
G=51.46%
B=48.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22462300.9900.070.04176.0798.3948.63
Hex2F6E663074b06231
Octal236634614307426014261
Binary10111101101110011011000110111100101100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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