#02F9C6

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

Shades of Bright Turquoise #02F9C6

Tints of Bright Turquoise #02F9C6

Color information

#02F9C6 (or 0x02F9C6) is unknown color: approx Bright Turquoise. HEX triplet: 02, F9 and C6. RGB value is (2,249,198). Sum of RGB (Red+Green+Blue) = 2+249+198=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 198 (77.73% from 255 or 44.10% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9C6 is #FD0639. Grayscale: #A9A9A9. Windows color (decimal): -16582202 or 13039874. OLE color: 13039874.

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

Color convert

RGB2249198-
CMYK0.9900.200.02
HSL167.61º98.41%49.22%-
HSV(B)167.61º99.2%97.65%-
XYZ44.0971.8464.97-
YUV169.33144.178.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 249 (97.66% from 255) = 55.46%
BLUE value IS 198 (77.73% from 255) = 44.10%
R=0.45%
G=55.46%
B=44.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22491980.9900.200.02167.6198.4149.22
Hex2F9C6630142a86231
Octal2371306143024225014261
Binary101111100111000110110001101010010101010001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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