Html Css Color HEX #02FAC5 Bright Turquoise

📋 copy color: '#02FAC5'

red 2 ◦ green 250 ◦ blue 197

#02FAC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #02FAC5

Tints of Bright Turquoise #02FAC5

RGB

 RED value IS 2 (1.17% from 255) = 0.45%

 GREEN value IS 250 (98.05% from 255) = 55.68%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 0.45%
G = 55.68%
B = 43.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#02FAC5 (or 0x02FAC5) is known color: Bright Turquoise. HEX triplet: 02, FA and C5. RGB value is (2,250,197). Sum of RGB (Red+Green+Blue) = 2+250+197=449 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #02FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02FAC5 is #FD053A. Grayscale: #A9A9A9. Windows color (decimal): -16581947 or 12974594. OLE color: 12974594.

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

Color convert

RGB 2 250 197 -
CMYK 0.99 0 0.21 0.02
HSL 167.18º 0.98% 0.49% -
HSV(B) 167.18º 0.99% 0.98% -
XYZ 44.29 72.42 64.47 -
YUV 169.81 143.34 8.31 -
System Red Green Blue C M Y K H S L
Decimal 2 250 197 0.99 0 0.21 0.02 167.18 0.98 0.49
Hex 2 FA C5 63 0 15 2 A7 62 31
Octal 2 372 305 143 0 25 2 247 142 61
Binary 10 11111010 11000101 1100011 0 10101 10 10100111 1100010 110001

Color Harmonies of #02FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FAC5

Black with #02FAC5

Text Example


Text Example

White with #02FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,250,197); }

 H1.HeaderClassName
 {
   color: #02FAC5;
 }
 .AnyTagClassName
 {
   color: #02FAC5;
 }
</style>

background-color css

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

 a { background-color: rgb(2,250,197); }

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

border-color css

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

 span { border-color: rgb(2,250,197); }

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