#02F5C8

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

Shades of Bright Turquoise #02F5C8

Tints of Bright Turquoise #02F5C8

Color information

#02F5C8 (or 0x02F5C8) is unknown color: approx Bright Turquoise. HEX triplet: 02, F5 and C8. RGB value is (2,245,200). Sum of RGB (Red+Green+Blue) = 2+245+200=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 245 (96.09% from 255 or 54.81% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 245 - color contains mainly: green. Hex color #02F5C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F5C8 is #FD0A37. Grayscale: #A7A7A7. Windows color (decimal): -16583224 or 13169922. OLE color: 13169922.

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

Color convert

RGB2245200-
CMYK0.9900.180.04
HSL168.89º98.38%48.43%-
HSV(B)168.89º99.18%96.08%-
XYZ43.169.4965.78-
YUV167.21146.4910.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.45%
GREEN value IS 245 (96.09% from 255) = 54.81%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=0.45%
G=54.81%
B=44.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal22452000.9900.180.04168.8998.3848.43
Hex2F5C8630124a96230
Octal2365310143022425114260
Binary1011110101110010001100011010010100101010011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,245,200); }

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

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

 a { background-color: rgb(2,245,200); }

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

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

 span { border-color: rgb(2,245,200); }

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