Html Css Color HEX #02F7C0 Bright Turquoise

📋 copy color: '#02F7C0'

red 2 ◦ green 247 ◦ blue 192

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

Shades of Bright Turquoise #02F7C0

Tints of Bright Turquoise #02F7C0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 56.01%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 0.45%
G = 56.01%
B = 43.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#02F7C0 (or 0x02F7C0) is known color: Bright Turquoise. HEX triplet: 02, F7 and C0. RGB value is (2,247,192). Sum of RGB (Red+Green+Blue) = 2+247+192=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 247 (96.88% from 255 or 56.01% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 247 - color contains mainly: green. Hex color #02F7C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02F7C0 is #FD083F. Grayscale: #A7A7A7. Windows color (decimal): -16582720 or 12646146. OLE color: 12646146.

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

Color convert

RGB 2 247 192 -
CMYK 0.99 0 0.22 0.03
HSL 166.53º 0.98% 0.49% -
HSV(B) 166.53º 0.99% 0.97% -
XYZ 42.8 70.34 61.19 -
YUV 167.48 141.83 9.97 -
System Red Green Blue C M Y K H S L
Decimal 2 247 192 0.99 0 0.22 0.03 166.53 0.98 0.49
Hex 2 F7 C0 63 0 16 3 A7 62 31
Octal 2 367 300 143 0 26 3 247 142 61
Binary 10 11110111 11000000 1100011 0 10110 11 10100111 1100010 110001

Color Harmonies of #02F7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F7C0

Black with #02F7C0

Text Example


Text Example

White with #02F7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,247,192); }

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

background-color css

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

 a { background-color: rgb(2,247,192); }

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

border-color css

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

 span { border-color: rgb(2,247,192); }

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