#02F9C3

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

Shades of Bright Turquoise #02F9C3

Tints of Bright Turquoise #02F9C3

Color information

#02F9C3 (or 0x02F9C3) is unknown color: approx Bright Turquoise. HEX triplet: 02, F9 and C3. RGB value is (2,249,195). Sum of RGB (Red+Green+Blue) = 2+249+195=446 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 446); Green value is 249 (97.66% from 255 or 55.83% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 249 - color contains mainly: green. Hex color #02F9C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F9C3 is #FD063C. Grayscale: #A8A8A8. Windows color (decimal): -16582205 or 12843266. OLE color: 12843266.

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

Color convert

RGB2249195-
CMYK0.9900.220.02
HSL166.88º98.41%49.22%-
HSV(B)166.88º99.2%97.65%-
XYZ43.7571.763.16-
YUV168.99142.678.89-

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.83%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=0.45%
G=55.83%
B=43.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal22491950.9900.220.02166.8898.4149.22
Hex2F9C3630162a76231
Octal2371303143026224714261
Binary101111100111000011110001101011010101001111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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