#02F1CA

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

Shades of Bright Turquoise #02F1CA

Tints of Bright Turquoise #02F1CA

Color information

#02F1CA (or 0x02F1CA) is unknown color: approx Bright Turquoise. HEX triplet: 02, F1 and CA. RGB value is (2,241,202). Sum of RGB (Red+Green+Blue) = 2+241+202=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #02F1CA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F1CA is #FD0E35. Grayscale: #A5A5A5. Windows color (decimal): -16584246 or 13299970. OLE color: 13299970.

HSL color Cylindrical-coordinate representation of color #02F1CA: hue angle of 170.21º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F1CA is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB2241202-
CMYK0.9900.160.05
HSL170.21º98.35%47.65%-
HSV(B)170.21º99.17%94.51%-
XYZ42.1467.1966.62-
YUV165.09148.8211.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 241 (94.53% from 255) = 54.16%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=0.45%
G=54.16%
B=45.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal22412020.9900.160.05170.2198.3547.65
Hex2F1CA630105aa6230
Octal2361312143020525214260
Binary1011110001110010101100011010000101101010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,241,202); }

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

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

 a { background-color: rgb(2,241,202); }

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

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

 span { border-color: rgb(2,241,202); }

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